summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaha2015-09-30 20:20:12 -0400
committerTaha2015-09-30 20:20:12 -0400
commitda6f25f63b060d4db897b476c7b4e982ec123c39 (patch)
tree41d191b5ae8d19d35b898b427f9d67dd8974fee5
parent1f1db74583e63339d244b4f2617a15f169909a05 (diff)
downloadaur-da6f25f63b060d4db897b476c7b4e982ec123c39.tar.gz
Attempted fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a38fe1de2d91..2feae42a5db7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = puush4linux
depends = curl
depends = libnotify
depends = xclip
- source = https://github.com/crescentrose/puush4linux.git
+ source = git+https://github.com/crescentrose/puush4linux.git
md5sums = SKIP
pkgname = puush4linux
diff --git a/PKGBUILD b/PKGBUILD
index 05ea6d2b76d1..f7900ba25c45 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.git)
+source=(git+https://github.com/crescentrose/puush4linux.git)
md5sums=('SKIP')
depends=('bash' 'scrot' 'curl' 'libnotify' 'xclip')