diff options
author | Jonian Guveli | 2017-10-07 06:28:20 +0300 |
---|---|---|
committer | Jonian Guveli | 2017-10-07 06:28:20 +0300 |
commit | 40fc6240386dd41e7bb1651c72ae08f1cfe4a414 (patch) | |
tree | e4c5c00c8c9c525f368717647770d4ad5ceb7c62 /PKGBUILD | |
parent | dff10ffe9f18083ba14342b4b3cbd58d1e9c5338 (diff) | |
download | aur-40fc6240386dd41e7bb1651c72ae08f1cfe4a414.tar.gz |
update version and add md5sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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" } - |