summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8849a006e31..502d82d8a4e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mopidy-qsaver-git
pkgdesc = Mopidy extension that maintains your current tracklist when the server restarts
- pkgver = 17
- pkgrel = 2
+ pkgver = latest
+ pkgrel = 1
url = https://github.com/HeadspringLabs/mopidy-qsaver
arch = any
license = APACHE
makedepends = python3
depends = mopidy>=1.0.5
- source = git+https://github.com/HeadspringLabs/mopidy-qsaver.git
+ source = git+https://github.com/seifferth/mopidy-qsaver.git
sha256sums = SKIP
pkgname = mopidy-qsaver-git
diff --git a/PKGBUILD b/PKGBUILD
index c03fd37baab6..eeea521f9275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Mathieu Clabaut <mathieu@clabaut.net>
+# Maintainer: Frank Seifferth <frankseifferth@posteo.net>
+# Contributor: Mathieu Clabaut <mathieu@clabaut.net>
# Contributor: flu
pkgname=mopidy-qsaver-git
-pkgver=17
-pkgrel=2
+pkgver=latest
+pkgrel=1
pkgdesc="Mopidy extension that maintains your current tracklist when the
server restarts"
arch=('any')
@@ -10,7 +11,7 @@ url="https://github.com/HeadspringLabs/mopidy-qsaver"
license=('APACHE')
depends=('mopidy>=1.0.5' )
makedepends=('python3')
-source=("git+https://github.com/HeadspringLabs/mopidy-qsaver.git")
+source=("git+https://github.com/seifferth/mopidy-qsaver.git")
sha256sums=('SKIP')
pkgver() {