summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-04-26 18:13:59 +1000
committerMark Blakeney2018-04-26 18:13:59 +1000
commit023bf961acc4efa16f380ea0f7f8d8d9668ef611 (patch)
tree72a0b9d9c78157c7b8cc47c7eeb22162afef070d
parent41329b68617e249fa4dfb087cddcc07b1b781617 (diff)
downloadaur-023bf961acc4efa16f380ea0f7f8d8d9668ef611.tar.gz
Update to 1.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb4b3862287..49cc8abb36c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arch-upgrade
pkgdesc = Desktop app to upgrade your Arch Linux system
- pkgver = 1.13
+ pkgver = 1.14
pkgrel = 1
url = https://github.com/bulletmark/arch-upgrade
install = install.sh
@@ -10,8 +10,8 @@ pkgbase = arch-upgrade
depends = xmlstarlet
depends = python-unidecode
backup = etc/arch-upgrade.conf
- source = arch-upgrade-1.13.tar.gz::https://github.com/bulletmark/arch-upgrade/archive/1.13.tar.gz
- md5sums = 364c0e1f80f060f0c579a430e122c973
+ source = arch-upgrade-1.14.tar.gz::https://github.com/bulletmark/arch-upgrade/archive/1.14.tar.gz
+ md5sums = 6be9692e2b7ee6e82f54e0eb017c6e55
pkgname = arch-upgrade
diff --git a/PKGBUILD b/PKGBUILD
index 8d47b7c64c2d..ff4572ab9ca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=arch-upgrade
-pkgver=1.13
+pkgver=1.14
pkgrel=1
pkgdesc="Desktop app to upgrade your Arch Linux system"
url="https://github.com/bulletmark/$pkgname"
@@ -10,7 +10,7 @@ depends=("curl" "xmlstarlet" "python-unidecode")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('364c0e1f80f060f0c579a430e122c973')
+md5sums=('6be9692e2b7ee6e82f54e0eb017c6e55')
package() {
cd "$pkgname-$pkgver"