diff options
author | Philipp Schaffrath | 2022-01-26 22:53:51 +0100 |
---|---|---|
committer | Philipp Schaffrath | 2022-01-26 22:53:51 +0100 |
commit | b3cf3508d759884cb0f3c5be0d59f4a64e434a7f (patch) | |
tree | d8d9ffd50db2a1ed10134f262ad4b59add952b3a | |
parent | abf5ae95a94500c2fa9f1ae64fab06b203883199 (diff) | |
download | aur-b3cf3508d759884cb0f3c5be0d59f4a64e434a7f.tar.gz |
incrementing pkgrel
which apparently was not added in my last commit
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = phinger-cursors pkgdesc = Most likely the most over-engineered cursor theme. pkgver = 1.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/phisch/phinger-cursors arch = any license = CC-BY-SA-4.0 @@ -2,7 +2,7 @@ pkgname=phinger-cursors pkgver=1.1 -pkgrel=2 +pkgrel=3 pkgdesc='Most likely the most over-engineered cursor theme.' url='https://github.com/phisch/phinger-cursors' license=('CC-BY-SA-4.0') |