summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaha2015-09-30 20:17:22 -0400
committerTaha2015-09-30 20:17:22 -0400
commit1f1db74583e63339d244b4f2617a15f169909a05 (patch)
tree5198aae38f3ecb543a59bfaccbea5dea39c042f9
parentc48c1b405cdf889855363002cc834b4b9a67eb18 (diff)
downloadaur-1f1db74583e63339d244b4f2617a15f169909a05.tar.gz
Switched to git repo so updates can be automatically pushed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06366e9fd9d8..a38fe1de2d91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = puush4linux
depends = curl
depends = libnotify
depends = xclip
- source = https://github.com/crescentrose/puush4linux/archive/master.zip
+ source = https://github.com/crescentrose/puush4linux.git
md5sums = SKIP
pkgname = puush4linux
diff --git a/PKGBUILD b/PKGBUILD
index 506b38ae4777..05ea6d2b76d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/crescentrose/puush4linux"
license=('WTFPL')
-source=(https://github.com/crescentrose/puush4linux/archive/master.zip)
+source=(https://github.com/crescentrose/puush4linux.git)
md5sums=('SKIP')
depends=('bash' 'scrot' 'curl' 'libnotify' 'xclip')