summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5046d1b41d83..58e1d17f06bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=arch-upgrade
-pkgver=1.22
+pkgver=1.23
pkgrel=1
pkgdesc="Desktop app to upgrade your Arch Linux system"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("curl" "xmlstarlet" "python-unidecode")
-optdepends=("zenity: popups if run in GUI mode"
- "wmctrl: required if zenity installed")
+optdepends=("zenity: popups if run in GUI mode")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('cd622667bf86028833e33e9b44163c6a')
+md5sums=('19a21032fc397ae7e25315ef4adbeedf')
package() {
cd "$pkgname-$pkgver"