diff options
author | Genki Sky | 2018-08-13 17:54:50 -0400 |
---|---|---|
committer | Genki Sky | 2018-08-13 17:54:50 -0400 |
commit | 78ba1df2e1b5b2c8ad3d22ffca06148b8f3a3c1c (patch) | |
tree | b33095fdfdc6fab6c9c098b0b5df61c224a5e6d0 /PKGBUILD | |
parent | 3bcdb47c5284de0ad75e58ddac6f85a96c42b371 (diff) | |
download | aur-78ba1df2e1b5b2c8ad3d22ffca06148b8f3a3c1c.tar.gz |
fix: Specify using git protocol
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |