summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b8af3c52bd8..2f805165fc3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=arch-upgrade
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Desktop app to upgrade your Arch Linux system"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
-depends=("zenity" "wmctrl" "python-html2text")
+depends=("python-html2text")
makedepends=("git")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver::git+$url#tag=$pkgver")