summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-07-12 22:15:21 +0200
committerChristopher Arndt2019-07-12 22:15:21 +0200
commiteadfb79c5778b54f09db5c93701803acded78adf (patch)
tree7beaef80c8ca8986a48ff6cf55a1769d96c22790 /PKGBUILD
parent4b908d2ed619d3c4538dd2849919b5cb54c1e566 (diff)
downloadaur-eadfb79c5778b54f09db5c93701803acded78adf.tar.gz
Remove patch 'carla-pr-895.diff', which is no longer needed
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fce7f1c05ce6..4a2e3f71511b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="carla"
pkgname="${_pkgname}-git"
-pkgver=2.1.alpha2.r143.g39960af9
+pkgver=2.1.alpha2.r156.ga1f759bc
pkgrel=1
epoch=1
pkgdesc="Audio Plugin Host"
@@ -31,10 +31,8 @@ optdepends=(
'python-pyliblo: OSC control support'
'python-rdflib: LADSPA-RDF support'
)
-source=("${_pkgname}::git+https://github.com/falkTX/Carla.git#branch=develop"
- 'carla-pr-895.diff')
-md5sums=('SKIP'
- 'df18d9b16820c55e31a83be2e432332c')
+source=("${_pkgname}::git+https://github.com/falkTX/Carla.git#branch=develop")
+md5sums=('SKIP')
changelog='changelog.txt'
@@ -43,11 +41,6 @@ pkgver() {
git describe --long --tags | sed "s/\([^-]*-g\)/r\1/;s/-/./g;s/^v//"
}
-prepare() {
- cd "${srcdir}/${_pkgname}"
- patch -p1 -N -i "$srcdir/carla-pr-895.diff"
-}
-
build() {
cd "${srcdir}/${_pkgname}"
make \