summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-09-08 08:42:32 +1000
committerMark Blakeney2016-09-08 08:42:32 +1000
commitfa760256b1bbbcd14939aad6d1b363afc0fcc651 (patch)
tree2f9e7b9f3de7690f5bf9ba1b3077877f636d0fbf
parente525bfdcc7f80d6fdb88dac58aa724a0fc1ca799 (diff)
downloadaur-fa760256b1bbbcd14939aad6d1b363afc0fcc651.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 77d8da772d34..db215bca59ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 26 01:06:55 UTC 2016
+# Wed Sep 7 22:41:57 UTC 2016
pkgbase = arch-upgrade
pkgdesc = Desktop app to upgrade your Arch Linux system
pkgver = 1.3
@@ -8,11 +8,10 @@ pkgbase = arch-upgrade
install = install.sh
arch = any
license = GPL3
- makedepends = git
depends = python-html2text
backup = etc/arch-upgrade.conf
- source = arch-upgrade-1.3::git+https://github.com/bulletmark/arch-upgrade#tag=1.3
- md5sums = SKIP
+ source = https://github.com/bulletmark/arch-upgrade/archive/1.3.tar.gz
+ md5sums = fdd128a675d20e154104cd11c8a70afb
pkgname = arch-upgrade
diff --git a/PKGBUILD b/PKGBUILD
index 3f57dee3906d..e35e5156827b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,10 @@ url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("python-html2text")
-makedepends=("git")
backup=("etc/$pkgname.conf")
-source=("$pkgname-$pkgver::git+$url#tag=$pkgver")
+source=("$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('SKIP')
+md5sums=('fdd128a675d20e154104cd11c8a70afb')
package() {
cd "$pkgname-$pkgver"