diff options
author | Jonian Guveli | 2018-04-14 21:04:06 +0300 |
---|---|---|
committer | Jonian Guveli | 2018-04-14 21:04:06 +0300 |
commit | 7f98022d962bc7e4985aad8d8e14e4204867a47e (patch) | |
tree | fdb3d92c854fb728bf02fe17c80d06905fbc9a59 | |
parent | 40fc6240386dd41e7bb1651c72ae08f1cfe4a414 (diff) | |
download | aur-gedit-smart-home.tar.gz |
optimize source
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -1,5 +1,3 @@ -# Generated by mksrcinfo v8 -# 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.2.0 @@ -8,7 +6,7 @@ pkgbase = gedit-smart-home arch = any license = GPL depends = gedit - source = gedit-smart-home::https://github.com/hardpixel/gedit-smart-home/archive/0.2.0.tar.gz + source = gedit-smart-home-0.2.0::https://github.com/hardpixel/gedit-smart-home/archive/0.2.0.tar.gz md5sums = c64d749a8778e58933362164c6386367 pkgname = gedit-smart-home @@ -7,7 +7,7 @@ arch=("any") url="https://github.com/hardpixel/gedit-smart-home" license=("GPL") depends=("gedit") -source=("$pkgname::https://github.com/hardpixel/gedit-smart-home/archive/$pkgver.tar.gz") +source=("$pkgname-$pkgver::https://github.com/hardpixel/gedit-smart-home/archive/$pkgver.tar.gz") md5sums=("c64d749a8778e58933362164c6386367") package() { |