summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-09-08 08:46:59 +1000
committerMark Blakeney2016-09-08 08:46:59 +1000
commitd789806b5ceb2abc1d6eb6c6b804ec326da31ca8 (patch)
tree5e9994552c3c2ca13e1045ac68dd8bc1405b0bb3
parentbcf255589c9f2c2c8114ffc1d771e210f394850a (diff)
downloadaur-d789806b5ceb2abc1d6eb6c6b804ec326da31ca8.tar.gz
Use tarball download rather than git
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e2e52a6d216..77c5b04c0e8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Aug 22 22:00:18 UTC 2016
+# Wed Sep 7 22:46:16 UTC 2016
pkgbase = cdhist
pkgdesc = Bash cd history
pkgver = 1.1
@@ -8,10 +8,9 @@ pkgbase = cdhist
install = install.sh
arch = any
license = GPL3
- makedepends = git
depends = python
- source = cdhist-1.1::git+https://github.com/bulletmark/cdhist#tag=1.1
- md5sums = SKIP
+ source = https://github.com/bulletmark/cdhist/archive/1.1.tar.gz
+ md5sums = 5bb5924bd40d51471ff9db78da877ace
pkgname = cdhist
diff --git a/PKGBUILD b/PKGBUILD
index e7c09ff93c89..e8816a0130c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,9 @@ url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("python")
-makedepends=("git")
-source=("$pkgname-$pkgver::git+$url#tag=$pkgver")
+source=("$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('SKIP')
+md5sums=('5bb5924bd40d51471ff9db78da877ace')
package() {
cd "$pkgname-$pkgver"