summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86fa5f342d0e..a99deb36e5f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Oct 7 03:29:11 UTC 2017
pkgbase = gedit-scroll-past
pkgdesc = Gedit 3 plugin to allow scrolling past the end of file
pkgver = 0.2.0
@@ -8,7 +6,7 @@ pkgbase = gedit-scroll-past
arch = any
license = GPL
depends = gedit
- source = gedit-scroll-past::https://github.com/hardpixel/gedit-scroll-past/archive/0.2.0.tar.gz
+ source = gedit-scroll-past-0.2.0::https://github.com/hardpixel/gedit-scroll-past/archive/0.2.0.tar.gz
md5sums = c3e5abaa7686ddb4f0555afcf1565b45
pkgname = gedit-scroll-past
diff --git a/PKGBUILD b/PKGBUILD
index 39f72fd58dc2..6f76c1578f38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("any")
url="https://github.com/hardpixel/gedit-scroll-past"
license=("GPL")
depends=("gedit")
-source=("$pkgname::https://github.com/hardpixel/gedit-scroll-past/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver::https://github.com/hardpixel/gedit-scroll-past/archive/$pkgver.tar.gz")
md5sums=("c3e5abaa7686ddb4f0555afcf1565b45")
package() {