summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Reis2018-10-27 20:21:25 -0300
committerGustavo Reis2018-10-27 20:21:25 -0300
commit37dafcdf495ae5f43faa15d10c0e7440182c4427 (patch)
tree114191a5b141921d34d020956dc0f02465b27774 /PKGBUILD
parent0e4a28c62133351381d216c9171cc03a92ae599b (diff)
downloadaur-37dafcdf495ae5f43faa15d10c0e7440182c4427.tar.gz
More attempt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 166a921af650..40c1c831ff39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_gitname=suru-plus
pkgname=suru-plus-git
-pkgver=20.3.1
-pkgrel=2
+pkgver=20.3.0
+pkgrel=3
pkgdesc="Suru++ 20 — A cyberpunk, elegant, futuristic and modern third-party icons theme!"
arch=('any')
url="https://github.com/gusbemacbe/${_gitname}"
@@ -16,12 +16,11 @@ conflicts=(${_gitname})
source=("git+${url}.git")
sha256sums=('SKIP')
-pkgver()
-{
- cd ${_gitname}
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
- # printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
+# pkgver()
+# {
+# cd ${_gitname}
+# # printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+# }
package()
{