summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Seifferth2021-02-02 22:35:51 +0100
committerFrank Seifferth2021-02-02 22:36:53 +0100
commit79f70904eaa5cede46d3ef59c19c3557ef4c08f0 (patch)
treedb6a26588bdc85828fc89dc2e360f99c288cc88c
parent9cce43cc91b53f40a063077fdcc415c25a37a5e7 (diff)
downloadaur-79f70904eaa5cede46d3ef59c19c3557ef4c08f0.tar.gz
Update Maintainer and use different git repo
-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() {