summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxdrie2021-01-12 17:05:38 -0800
committerxdrie2021-01-12 17:05:38 -0800
commit1d6ce3da2825255eec0bfff99c8614ad134dcc29 (patch)
tree3ebb09e0494f053353eb52435d5ff61b0d27cba4 /PKGBUILD
parentdad001c975f5210d60f200f24fc0b1f930beedf2 (diff)
downloadaur-1d6ce3da2825255eec0bfff99c8614ad134dcc29.tar.gz
don't remove staticlibs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c01f27a342cb..8ba5fcf7a2e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xhyinne <xhyi AT gmx DOT us>
pkgname=niacop-git
-pkgver=0.7.2.r0.g1337e77
+pkgver=0.7.2.r2.g997ad85
pkgrel=1
pkgdesc="Cross platform self-tracker tool"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'dotnet-sdk>=5.0.1.sdk101')
optdepends=()
source=("$pkgname::git+https://github.com/xdrie/niacop.git#branch=master")
sha256sums=('SKIP')
-options=(!strip)
+options=(!strip staticlibs)
_basename=${pkgname%-git}