summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Pavel2021-06-16 11:50:10 +0300
committerAndrei Pavel2021-06-16 11:50:10 +0300
commite7646a4b3a0b6e38646666c70e280218d2665628 (patch)
treebd5ce69101b7b83d282aaf4928cdf354d5e184af
parentbc0451f0db52df11007ca31bbdf3c7e91b695c89 (diff)
downloadaur-e7646a4b3a0b6e38646666c70e280218d2665628.tar.gz
🐛 FIX .so being installed in the wrong place
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85cf492d956e..1dc58d6d53a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index f5ceb4f2a025..5821c2e00c09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"