Skip to content

Commit

Permalink
terminaltexteffects-git: bump to 0.11.0.r6.g0ba769c
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverOnVenus committed Oct 10, 2024
1 parent 2c06347 commit 27c1801
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terminaltexteffects-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Maintainer: RiverOnVenus <error@zhui.dev>
pkgname=terminaltexteffects-git
pkgver=r1076.da16985
pkgver=0.11.0.r6.g0ba769c
pkgrel=1
pkgdesc='Visual effects engine applied to text in the terminal. '
url="https://github.com/ChrisBuilds/terminaltexteffects"
arch=('any')
license=('MIT')
depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'python-poetry-core')
provides=('terminaltexteffects')
conflicts=('terminaltexteffects')
provides=('terminaltexteffects' 'python-terminaltexteffects' 'python-terminaltexteffects-git')
conflicts=('terminaltexteffects' 'python-terminaltexteffects')
source=("$pkgname"::"git+${url}")
sha256sums=('SKIP')

pkgver() {
cd $pkgname
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
git describe --long --abbrev=7 | sed 's/^release-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

prepare(){
Expand Down

0 comments on commit 27c1801

Please sign in to comment.