summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44e6c211027d..6626deceff28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Nov 13 17:26:58 UTC 2016
+# Wed Feb 22 23:40:26 UTC 2017
pkgbase = smart-units
pkgdesc = A pretty clever command-line units converter. (written in Sidef)
pkgver = 0.07
@@ -8,7 +8,7 @@ pkgbase = smart-units
arch = any
license = GPL3
depends = sidef
- source = https://github.com/trizen/smart-units/archive/0.07.tar.gz
+ source = smart-units-0.07.tar.gz::https://github.com/trizen/smart-units/archive/0.07.tar.gz
sha256sums = 07c262014d32863a4f292505df334705476084427bdb861acd58a391117230ca
pkgname = smart-units
diff --git a/PKGBUILD b/PKGBUILD
index f5e1f4ac1fdf..f2fe99510b17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/trizen/smart-units"
license=('GPL3')
depends=('sidef')
-source=("https://github.com/trizen/${pkgname}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/trizen/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('07c262014d32863a4f292505df334705476084427bdb861acd58a391117230ca')
package() {