summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 120560107e2f..61ec175cad3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = scrotpush
pkgdesc = Push screenshot to imgur and copy its url
pkgver = 1.3
pkgrel = 1
- url = https://gitlab.com/hobarrera/scrotpush
+ url = https://gitlab.com/WhyNotHugo/scrotpush
arch = any
license = BSD
depends = python-requests
@@ -10,7 +10,7 @@ pkgbase = scrotpush
depends = python-gobject
depends = libnotify
depends = xclip
- source = https://gitlab.com/hobarrera/scrotpush/repository/archive.tar.gz?ref=v1.3
+ source = https://gitlab.com/WhyNotHugo/scrotpush/repository/archive.tar.gz?ref=v1.3
md5sums = e568b97df20f48856243dc7b99f1046a
pkgname = scrotpush
diff --git a/PKGBUILD b/PKGBUILD
index f1e4404be76e..0eb350eb14f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgver=1.3
pkgrel=1
pkgdesc="Push screenshot to imgur and copy its url"
arch=('any')
-url="https://gitlab.com/hobarrera/scrotpush"
+url="https://gitlab.com/WhyNotHugo/scrotpush"
license=('BSD')
depends=('python-requests' 'python-xdg' 'python-gobject' 'libnotify' 'xclip')
-source=("https://gitlab.com/hobarrera/$pkgname/repository/archive.tar.gz?ref=v$pkgver")
+source=("https://gitlab.com/WhyNotHugo/$pkgname/repository/archive.tar.gz?ref=v$pkgver")
md5sums=('e568b97df20f48856243dc7b99f1046a')
package() {