summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2016-09-08 08:48:25 +1000
committerMark Blakeney2016-09-08 08:48:25 +1000
commitc51c06fcb6dac3f81d2602d3f975d49e94426293 (patch)
tree38391c06ad3d30eea19c1529567aa4f809ee3c9c /PKGBUILD
parenteb142af3323ccee832af7f71847a04065ec6a6d3 (diff)
downloadaur-c51c06fcb6dac3f81d2602d3f975d49e94426293.tar.gz
Use tarball download rather than git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 544afcd4d637..f38373bc6ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,12 @@ url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("python" "libinput" "xdotool")
-makedepends=("git")
conflicts=("$pkgname-git")
replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
-source=("$pkgname-$pkgver::git+$url#tag=$pkgver")
+source=("$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('SKIP')
+md5sums=('8a5b6bae147359f72d2fb20ae6704f33')
package() {
cd "$pkgname-$pkgver"