summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f4b889d2c90..34196001c29c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slurp-git
pkgdesc = Select a region in a Wayland compositor
pkgver = 1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/emersion/slurp
arch = x86_64
license = MIT
@@ -13,7 +13,7 @@ pkgbase = slurp-git
depends = wayland
provides = slurp
conflicts = slurp
- source = https://github.com/emersion/slurp
+ source = git+https://github.com/emersion/slurp
sha256sums = SKIP
pkgname = slurp-git
diff --git a/PKGBUILD b/PKGBUILD
index c2e503d40c50..4ec8bb28441c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=slurp-git
pkgver=1
-pkgrel=4
+pkgrel=5
pkgdesc='Select a region in a Wayland compositor'
arch=('x86_64')
url='https://github.com/emersion/slurp'
@@ -9,7 +9,7 @@ depends=('cairo' 'wayland')
makedepends=('git' 'meson' 'scdoc' 'wayland-protocols')
provides=('slurp')
conflicts=('slurp')
-source=('https://github.com/emersion/slurp')
+source=('git+https://github.com/emersion/slurp')
sha256sums=('SKIP')
pkgver() {