summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Stenglein2022-12-22 17:00:45 -0500
committerMark Stenglein2022-12-22 17:00:45 -0500
commit71753c44ee3b41dad69667162e10c4fcdb9b7c6c (patch)
tree5b48e6c109cdce94f0c2376b46afef682b81b670
parentfa64069a65915ad3da9ab2955d89c8a28553c4a3 (diff)
downloadaur-picosynth-bin.tar.gz
remove unneeded staticlibs option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 501e6a1c4065..cacd21fc3929 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = picosynth-bin
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.
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://johanpeitz.itch.io/picosynth
arch = x86_64
license = custom:commercial
depends = sdl2
conflicts = picosynth
- options = staticlibs
options = !purge
source = local://picosynth-1.1_linux.zip
source = io.itch.johanpeitz.picoSYNTH.desktop
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() {