summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzat Khuzhin2019-12-02 01:26:34 +0300
committerAzat Khuzhin2019-12-02 01:26:46 +0300
commit1c9f239e946f0f56e2625b50f4eb5a990163ecee (patch)
tree1519210b0df8549751e588c7b788f5dae7ba9745
parentd2ae6c85d226d7a16c204c70639b25c6f8b8b0fc (diff)
downloadaur-1c9f239e946f0f56e2625b50f4eb5a990163ecee.tar.gz
Keep static library
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 170a0155fa8e..26e7446e1ff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = popt-deb
makedepends = make
provides = popt
conflicts = popt
+ options = staticlibs
source = git+https://github.com/azat/popt#branch=patched
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b4363e552552..a34d05a7ac6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url='https://github.com/azat/popt'
license=('GPL')
provides=(popt)
conflicts=(popt)
+options=('staticlibs')
makedepends=('autoconf' 'automake' 'gcc' 'git' 'libtool' 'make')
source=('git+https://github.com/azat/popt#branch=patched')
md5sums=(SKIP)