summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e927f4b33a6b..6f5a9ca41503 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mopidy-autoplay
pkgdesc = Mopidy extension to automatically pick up where you left off and start playing the last track from the position before Mopidy was shut down.
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://codeberg.org/sph/mopidy-autoplay/
arch = any
license = APACHE
diff --git a/PKGBUILD b/PKGBUILD
index 5ddfa8c6db96..f90c5ee0080f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mopidy-autoplay
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Mopidy extension to automatically pick up where you left off and start playing the last track from the position before Mopidy was shut down."
arch=('any')
url="https://codeberg.org/sph/mopidy-autoplay/"
@@ -18,6 +18,6 @@ source=(
sha256sums=('a85f2d2937dd6b64f51aa940ee23d665f07f925159c98384a532f4cfbad236f7')
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname"
python3 setup.py install --root="$pkgdir/" --optimize=1
}