diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = libavl pkgdesc = GNU library working with binary trees pkgver = 2.0.3 - pkgrel = 1 + pkgrel = 2 url = https://git.savannah.gnu.org/git/avl.git arch = i686 arch = x86_64 @@ -3,7 +3,7 @@ _gitrepository='avl' _gitbranch='master' pkgname='libavl' pkgver=2.0.3 -pkgrel=1 +pkgrel=2 pkgdesc='GNU library working with binary trees' arch=('i686' 'x86_64') url="https://git.savannah.gnu.org/git/${_gitrepository}.git" |