summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d9e232c97b..48fdfe159aa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-shuzhi-git
pkgdesc = A wallpaper generation extension for gnome shell, inspired by Jizhi
- pkgver = 3.38.r14.ga21d848
+ pkgver = 3.38.r15.ge0a5a95
pkgrel = 1
url = https://github.com/tuberry/shuzhi
arch = any
@@ -9,7 +9,9 @@ pkgbase = gnome-shell-extension-shuzhi-git
makedepends = git
makedepends = make
depends = gnome-shell>=3.38
- source = shuzhi::git+https://github.com/tuberry/shuzhi.git
+ provides = gnome-shell-extension-shuzhi
+ conflicts = gnome-shell-extension-shuzhi
+ source = git+https://github.com/tuberry/shuzhi.git
sha256sums = SKIP
pkgname = gnome-shell-extension-shuzhi-git
diff --git a/PKGBUILD b/PKGBUILD
index f1efc2b3aa30..47b976513a9d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-shuzhi-git
_pkgname=shuzhi
-pkgver=3.38.r14.ga21d848
+pkgver=3.38.r15.ge0a5a95
pkgrel=1
pkgdesc="A wallpaper generation extension for gnome shell, inspired by Jizhi"
arch=('any')
@@ -12,7 +12,9 @@ license=('GPL3')
depends=('gnome-shell>=3.38')
makedepends=('git' 'make')
checkdepends=('fortune-mod')
-source=("$_pkgname::git+https://github.com/tuberry/shuzhi.git")
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
+source=(git+$url.git)
sha256sums=('SKIP')
pkgver() {