summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16f662607d4d..86fa5f342d0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Sep 24 09:11:23 UTC 2016
+# 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.1.0
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://github.com/hardpixel/gedit-scroll-past
arch = any
license = GPL
depends = gedit
- source = https://github.com/hardpixel/gedit-scroll-past/archive/0.1.0.tar.gz
- md5sums = SKIP
+ source = gedit-scroll-past::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 f8f9000f2b84..39f72fd58dc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gedit-scroll-past
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="Gedit 3 plugin to allow scrolling past the end of file"
arch=("any")
url="https://github.com/hardpixel/gedit-scroll-past"
license=("GPL")
depends=("gedit")
-source=("https://github.com/hardpixel/gedit-scroll-past/archive/$pkgver.tar.gz")
-md5sums=("SKIP")
+source=("$pkgname::https://github.com/hardpixel/gedit-scroll-past/archive/$pkgver.tar.gz")
+md5sums=("c3e5abaa7686ddb4f0555afcf1565b45")
package() {
mkdir -p "$pkgdir/usr/lib/gedit/plugins/scroll-past"
cp -a "$srcdir/$pkgname-$pkgver/." "$pkgdir/usr/lib/gedit/plugins/scroll-past"
}
-