summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5eb68008de3d..1a0e571029ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = hastebin
pkgdesc = Upload data to hastebin.com via stdin
pkgver = 1.0
pkgrel = 1
- url = https://github.com/kevr/sprunge
+ url = https://github.com/kevr/hastebin
arch = any
license = GPL2
depends = python
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')