summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a997ab5ae5a..1d8c80c98ef1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 034823a1bc76..5bf2b7248a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {