summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXorg2021-04-01 20:10:15 +0200
committerXorg2021-04-01 20:10:15 +0200
commit398ccf2e8888d2eaa8d2fa2f9521923ac7d1de74 (patch)
tree41819431c66340d983c948e2229f7a9b38222e1e /PKGBUILD
parente4699d1d19ae84384995cfb6d39542bc1f466b3f (diff)
downloadaur-398ccf2e8888d2eaa8d2fa2f9521923ac7d1de74.tar.gz
Fix tests
https://aur.archlinux.org/packages/exaile/#comment-799705
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf8de84b7e16..967ebce8c85d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=exaile
pkgver=4.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A full-featured Amarok-style media player for GTK+"
arch=('any')
url="https://www.exaile.org/"
@@ -44,6 +44,10 @@ optdepends=('udisks2: device detection'
source=("$pkgname-$pkgver.tar.gz::https://github.com/exaile/exaile/archive/$pkgver.tar.gz")
sha512sums=('babf37253054fbeb6dad33aedafe969201860d4f35222d577343256730be943682c1a5f2f7cec7c574695624cb2b7abbdff4e6eaada848d22fea073c2c44bd23')
+prepare() {
+ sed -i 's/new_for_uri/new_for_path/' "$srcdir/$pkgname-$pkgver/xl/trax/util.py"
+}
+
build() {
cd "$srcdir/$pkgname-$pkgver"
make PREFIX="/usr"