diff options
author | iftakhar.awal@yahoo.com | 2020-09-05 16:05:36 +0600 |
---|---|---|
committer | iftakhar.awal@yahoo.com | 2020-09-05 16:05:36 +0600 |
commit | 04258ffff31119ef2fa0af40fa14e803d49279c4 (patch) | |
tree | 7c2f4065a4201491ae9b51cc5cf35f6e77ee0947 | |
parent | 444a4fc5a122ab90487e4fb25814e5b3efe044ca (diff) | |
download | aur-04258ffff31119ef2fa0af40fa14e803d49279c4.tar.gz |
minor changes
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = alacritty-ligatures-git pkgdesc = A cross-platform, GPU-accelerated terminal emulator. (GIT VERSION) - pkgver = 6.2.r1661.0146076 + pkgver = 0.6 pkgrel = 1 url = https://github.com/alacritty/alacritty arch = x86_64 @@ -1,6 +1,6 @@ pkgname='alacritty-ligatures-git' _pkgname="alacritty" -pkgver=6.2.r1661.0146076 +pkgver=0.6 pkgrel=1 arch=('x86_64' 'i686') url="https://github.com/alacritty/alacritty" @@ -16,7 +16,7 @@ sha256sums=('SKIP') pkgver() { cd "${_pkgname}" - printf "6.2.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" + printf "0.6.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } build(){ |