summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Stenglein2022-12-22 17:00:45 -0500
committerMark Stenglein2022-12-22 17:00:45 -0500
commit71753c44ee3b41dad69667162e10c4fcdb9b7c6c (patch)
tree5b48e6c109cdce94f0c2376b46afef682b81b670 /PKGBUILD
parentfa64069a65915ad3da9ab2955d89c8a28553c4a3 (diff)
downloadaur-71753c44ee3b41dad69667162e10c4fcdb9b7c6c.tar.gz
remove unneeded staticlibs option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe61783ba32b..7428a8b38535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
name=picosynth
pkgname=$name-bin
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="picoSYNTH is a playful tool where you by connecting various pieces
of equipment to each other can create anything from short loops to chippy
beats."
@@ -18,7 +18,7 @@ source=("local://$zipname.zip"
"$desktopfile")
sha256sums=('6092a4f3f7feb599e0d5f7cc6308c8d021cf2b320420a36c9850b426aeb920cb'
'd9eb0daa8a0919720ed7f93313df7a3183021404f0d3a6a06c8e8f38fda0d664')
-options=('staticlibs' '!purge')
+options=('!purge')
picosrcdir=$name-${pkgver}_linux
package() {