summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-11-15 01:20:45 +0100
committerChristopher Arndt2023-11-15 01:20:45 +0100
commit8dc87e1573d6aaadc0360c6bed1cf4492c79d86b (patch)
tree11ff00dce046e71ee3e2b5c512709efeae522872
parent86d73dfc882a3963775792c7d72c18e58c3dc417 (diff)
downloadaur-8dc87e1573d6aaadc0360c6bed1cf4492c79d86b.tar.gz
Ignore error when libxputty patch has already been applied
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76f4deb44cbe..607a9d488c1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xtinyterror.lv2-git
pkgdesc = An amp simulation LV2 plugin modelled after a small british valve amp (git version)
pkgver = r15.015b055
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/brummer10/XTinyTerror.lv2
arch = x86_64
groups = pro-audio
diff --git a/PKGBUILD b/PKGBUILD
index 2fd48f0388fb..5d20516c35d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=xtinyterror.lv2
_lv2uri="http://guitarix.sourceforge.net/plugins/${_reponame//.lv2}_#_tinyterror_"
pkgname=$_pkgname-git
pkgver=r15.015b055
-pkgrel=3
+pkgrel=4
pkgdesc='An amp simulation LV2 plugin modelled after a small british valve amp (git version)'
arch=(x86_64)
url='https://github.com/brummer10/XTinyTerror.lv2'
@@ -42,7 +42,7 @@ prepare() {
git -c protocol.file.allow=always submodule update
cd libxputty
- patch -p1 -N -r - -i "$srcdir"/fix-asprintf.patch
+ patch -p1 -N -r - -i "$srcdir"/fix-asprintf.patch || true
}
build() {