summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-03-31 16:09:26 +1000
committerMark Blakeney2017-03-31 16:09:26 +1000
commitbbb5cbbe45964800671a9d724563744197b3d4ad (patch)
treed1c1f2f7b55d35012a6853e9bcca5c0b117de5c0
parent59f1eab9db42502e4c8d68f1a3e76791d671b992 (diff)
downloadaur-bbb5cbbe45964800671a9d724563744197b3d4ad.tar.gz
Update to 1.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e043c61596a..aae3634a2943 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Mar 17 02:30:25 UTC 2017
+# Fri Mar 31 06:09:08 UTC 2017
pkgbase = arch-upgrade
pkgdesc = Desktop app to upgrade your Arch Linux system
- pkgver = 1.7
+ pkgver = 1.8
pkgrel = 1
url = https://github.com/bulletmark/arch-upgrade
install = install.sh
arch = any
license = GPL3
- depends = python-html2text
+ depends = curl python-html2text
backup = etc/arch-upgrade.conf
- source = https://github.com/bulletmark/arch-upgrade/archive/1.7.tar.gz
- md5sums = 937500e1c031e8b8dd7c931b8f82643d
+ source = https://github.com/bulletmark/arch-upgrade/archive/1.8.tar.gz
+ md5sums = 15ace7a5624fcc5abff8ac24120b9d7d
pkgname = arch-upgrade
diff --git a/PKGBUILD b/PKGBUILD
index ce7e9fc693a2..52ac7d7847d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=arch-upgrade
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc="Desktop app to upgrade your Arch Linux system"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
-depends=("python-html2text")
+depends=("curl python-html2text")
backup=("etc/$pkgname.conf")
source=("$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('937500e1c031e8b8dd7c931b8f82643d')
+md5sums=('15ace7a5624fcc5abff8ac24120b9d7d')
package() {
cd "$pkgname-$pkgver"