summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5fe8281c75d..548bf06bf2c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tocic <tocic at protonmail dot ch>
pkgname=cavalcade-git
-pkgver=0.8.r13.g5a41710
+pkgver=0.8.r15.gbdca381
pkgrel=1
pkgdesc="GUI wrapper for C.A.V.A. utility"
arch=("any")
@@ -18,10 +18,8 @@ optdepends=("gstreamer>=1.0: audio player support"
"python-pillow: auto color detection support")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("${pkgname}::git+https://github.com/worron/cavalcade.git#branch=devel"
- "python311.patch")
-b2sums=("SKIP"
- "81467e5db23914aa20c9a8f5cf0c0f284b46896c1958e0b27d7455f63c1b475388224fcb500b7878b4f342be63ef15b50306d6312108813bf49e08b2db1d076b")
+source=("${pkgname}::git+https://github.com/worron/cavalcade.git#branch=devel")
+b2sums=("SKIP")
pkgver() {
printf "%s" \
@@ -29,12 +27,6 @@ pkgver() {
| sed "s/\([^-]*-g\)/r\1/;s/-/./g")
}
-prepare() {
- patch --forward --strip=1 \
- --directory="${pkgname}" \
- --input="${srcdir}/python311.patch"
-}
-
build() {
cd "${pkgname}"