summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Morris2018-04-12 20:46:48 -0700
committerKevin Morris2018-04-12 20:46:48 -0700
commitb26ceebe75b5c4370843e286a138aad4f48c690d (patch)
tree3ac3b03d5af49a7f49809a1c77cc8209d6bd04bf /PKGBUILD
parent6dcb4c690fca8e728e1171d62f44925adf0d4def (diff)
downloadaur-b26ceebe75b5c4370843e286a138aad4f48c690d.tar.gz
update PKGBUILD for correct url
Signed-off-by: Kevin Morris <kevin.morris@stratodesk.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4c042feccbd..f95a984575b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=1.0
pkgrel=1
pkgdesc='Upload data to hastebin.com via stdin'
license=('GPL2')
-url='https://github.com/kevr/sprunge'
+url='https://github.com/kevr/hastebin'
arch=('any')
depends=('python' 'python-requests')