summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-04-14 21:04:29 +0300
committerJonian Guveli2018-04-14 21:04:29 +0300
commit4c0dec00702391d18f942e9318b2558b84f5869b (patch)
treeb155739acc29b5a415da94ce209e53139f1a3502
parentc81489fb56117585509541589828c947f4f31a56 (diff)
downloadaur-gedit-strip-whitespace.tar.gz
optimize source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae046f5961c3..78ed8db0f67c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Oct 7 08:13:32 UTC 2017
pkgbase = gedit-strip-whitespace
pkgdesc = Gedit 3 plugin to strip trailing whitespace on file save
pkgver = 0.2.0
@@ -8,7 +6,7 @@ pkgbase = gedit-strip-whitespace
arch = any
license = GPL
depends = gedit
- source = gedit-strip-whitespace::https://github.com/hardpixel/gedit-strip-whitespace/archive/0.2.0.tar.gz
+ source = gedit-strip-whitespace-0.2.0::https://github.com/hardpixel/gedit-strip-whitespace/archive/0.2.0.tar.gz
md5sums = 632a404c89bbebca1b66cba2604f0204
pkgname = gedit-strip-whitespace
diff --git a/PKGBUILD b/PKGBUILD
index fdfbb308b651..d5c5eaf0eeb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("any")
url="https://github.com/hardpixel/gedit-strip-whitespace"
license=("GPL")
depends=("gedit")
-source=("$pkgname::https://github.com/hardpixel/gedit-strip-whitespace/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver::https://github.com/hardpixel/gedit-strip-whitespace/archive/$pkgver.tar.gz")
md5sums=("632a404c89bbebca1b66cba2604f0204")
package() {