summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThe Tumultuous Unicorn Of Darkness2025-05-24 21:46:06 +0200
committerThe Tumultuous Unicorn Of Darkness2025-05-24 21:46:06 +0200
commit8cfcd717da703aa53127424b253de14e6ef20c06 (patch)
treeabe36c5c9514c20c0c45126439193e4dfec3a665 /PKGBUILD
parent8ef5fdfb1240deca2058c86dca07d28da3ef6dc0 (diff)
downloadaur-exaile.tar.gz
Update exaile to version 4.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 8 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f24faea7f59c..d38ef7083d0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: Joshua Stiefer <facedelajunk@gmail.com>
pkgname=exaile
-pkgver=4.1.3
-pkgrel=8
+pkgver=4.1.4
+pkgrel=1
pkgdesc="A full-featured Amarok-style media player for GTK+"
arch=('any')
url="https://exaile.org"
@@ -53,18 +53,13 @@ optdepends=('udisks2: device detection'
'gst-plugins-bad: BPM Counter plugin'
'python-beautifulsoup4: lyrics from lyrics.wikia.com (lyricwiki)'
'ipython: ipconsole plugin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/exaile/exaile/archive/$pkgver.tar.gz"
- "0001-pipes.patch::https://github.com/exaile/exaile/commit/f37bb5e3ef33f05c12fd30fcbf38207498d7a909.patch"
- "0002-GIRepository-3.0.patch::https://github.com/exaile/exaile/commit/b503b4a5b500a8af20a3844ab308b7a49e681b75.patch")
-sha512sums=('16b31331a31f0a2e088f177c8a01ef47603b07fe94cbb19869a4caeaec2da03cacaa07d5b0eb50052645449e07620e2c58f202007108af73e20cf744d70bb556'
- 'a68f6632e61500a656fbf287f420814503cd6b9ac5c06fa7d8812e402ebc486cc72c19e1f18cb560999aee0b70e31f0aa47f9465d1006b596ea6a18ccd9c403e'
- '57b9bd7db01003e3f86ae5281664dfbea2b6ecffa950b55f13420c9fda74350a09306a473753c9bd1dbcb43583f82b75e5dcaf0c343769be75eee743045f16ee')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/exaile/exaile/archive/$pkgver.tar.gz")
+sha512sums=('c84ae8c18f330c95b860fc211150eb02b47791340e3a6ce83b0d58f542b916a3187177996d4f572b4eddd28e253d061a3932d0d0d3a85c1f95be160fea2e32bc')
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -Np1 -i ../0001-pipes.patch # https://aur.archlinux.org/packages/exaile#comment-1003707
- patch -Np1 -i ../0002-GIRepository-3.0.patch # https://aur.archlinux.org/packages/exaile#comment-1016606
-}
+# prepare() {
+# cd "$srcdir/$pkgname-$pkgver"
+# patch -Np1 -i ../0001-xxx.patch
+# }
build() {
cd "$srcdir/$pkgname-$pkgver"