summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2017-10-07 06:28:20 +0300
committerJonian Guveli2017-10-07 06:28:20 +0300
commit40fc6240386dd41e7bb1651c72ae08f1cfe4a414 (patch)
treee4c5c00c8c9c525f368717647770d4ad5ceb7c62
parentdff10ffe9f18083ba14342b4b3cbd58d1e9c5338 (diff)
downloadaur-40fc6240386dd41e7bb1651c72ae08f1cfe4a414.tar.gz
update version and add md5sums
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01c014c9eecb..2a997ab5ae5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Sep 24 09:11:45 UTC 2016
+# Sat Oct 7 03:28:02 UTC 2017
pkgbase = gedit-smart-home
pkgdesc = Gedit 3 plugin to go to the first character instead of the start of the line using Home
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://github.com/hardpixel/gedit-smart-home
arch = any
license = GPL
depends = gedit
- source = https://github.com/hardpixel/gedit-smart-home/archive/0.1.0.tar.gz
- md5sums = SKIP
+ source = gedit-smart-home::https://github.com/hardpixel/gedit-smart-home/archive/0.2.0.tar.gz
+ md5sums = c64d749a8778e58933362164c6386367
pkgname = gedit-smart-home
diff --git a/PKGBUILD b/PKGBUILD
index 4b2c69f3963b..034823a1bc76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gedit-smart-home
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="Gedit 3 plugin to go to the first character instead of the start of the line using Home"
arch=("any")
url="https://github.com/hardpixel/gedit-smart-home"
license=("GPL")
depends=("gedit")
-source=("https://github.com/hardpixel/gedit-smart-home/archive/$pkgver.tar.gz")
-md5sums=("SKIP")
+source=("$pkgname::https://github.com/hardpixel/gedit-smart-home/archive/$pkgver.tar.gz")
+md5sums=("c64d749a8778e58933362164c6386367")
package() {
mkdir -p "$pkgdir/usr/lib/gedit/plugins/smart-home"
cp -a "$srcdir/$pkgname-$pkgver/." "$pkgdir/usr/lib/gedit/plugins/smart-home"
}
-