summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2016-09-13 00:00:45 -0400
committernull2016-09-13 00:00:45 -0400
commit718e5b62c8ae248ae5ca2a7f4a35b825ea9c740a (patch)
treee23afe55cca35738409a733b60624b9aa52f4026
parent523def48dc07523d33baaa65b09a1c93ac9ffb01 (diff)
downloadaur-718e5b62c8ae248ae5ca2a7f4a35b825ea9c740a.tar.gz
Change to fork
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60d8dbc379c5..134f79572191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Tue Sep 13 03:59:09 UTC 2016
pkgbase = puush4linux
pkgdesc = puush4linux is a Linux client for the popular screenshot host puush. puush4linux aims to reach feature parity with the official Windows puush client. It currently supports authentication, taking screenshots and file uploading.
- pkgver = r6
- pkgrel = 2
- url = https://github.com/crescentrose/puush4linux
+ pkgver = r9
+ pkgrel = 1
+ url = https://github.com/zekesonxx/puush4linux
arch = i686
arch = x86_64
license = WTFPL
@@ -12,7 +14,7 @@ pkgbase = puush4linux
depends = curl
depends = libnotify
depends = xclip
- source = git+https://github.com/crescentrose/puush4linux.git
+ source = git+https://github.com/zekesonxx/puush4linux.git
md5sums = SKIP
pkgname = puush4linux
diff --git a/PKGBUILD b/PKGBUILD
index 6e07910e77eb..14b6e3048881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=puush4linux
pkgdesc="puush4linux is a Linux client for the popular screenshot host puush. puush4linux aims to reach feature parity with the official Windows puush client. It currently supports authentication, taking screenshots and file uploading."
-pkgver=r6
-pkgrel=2
+pkgver=r9
+pkgrel=1
arch=('i686' 'x86_64')
-url="https://github.com/crescentrose/puush4linux"
+url="https://github.com/zekesonxx/puush4linux"
license=('WTFPL')
-source=('git+https://github.com/crescentrose/puush4linux.git')
+source=('git+https://github.com/zekesonxx/puush4linux.git')
md5sums=('SKIP')
depends=('bash' 'scrot' 'curl' 'libnotify' 'xclip')
makedepends=('git')