summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-08-23 09:41:52 +1000
committerMark Blakeney2016-08-23 09:41:52 +1000
commited9649a2cb484e31a11ffdcc32de58b5272bcb67 (patch)
tree2b9bf42886ecfacb2f5780886f99daef82696e54
parent2fb42162c28b4b38f024cb45182a5b8268790977 (diff)
downloadaur-ed9649a2cb484e31a11ffdcc32de58b5272bcb67.tar.gz
Upgrade to 1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--install.sh1
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ccdfa39add0..709b71ee5eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Aug 20 12:49:30 UTC 2016
+# Mon Aug 22 23:41:31 UTC 2016
pkgbase = arch-upgrade
pkgdesc = Desktop app to upgrade your Arch Linux system
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/bulletmark/arch-upgrade
install = install.sh
arch = any
license = GPL3
makedepends = git
- depends = zenity
- depends = wmctrl
depends = python-html2text
backup = etc/arch-upgrade.conf
- source = arch-upgrade-1.0::git+https://github.com/bulletmark/arch-upgrade#tag=1.0
+ source = arch-upgrade-1.1::git+https://github.com/bulletmark/arch-upgrade#tag=1.1
md5sums = SKIP
pkgname = arch-upgrade
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")
diff --git a/install.sh b/install.sh
index 1792c78a3860..283263c02a44 100644
--- a/install.sh
+++ b/install.sh
@@ -3,6 +3,7 @@ _pkgname=arch-upgrade
post_install() {
echo -ne "\e[34;1m"
echo "=== INSTALLATION NOTES for $_pkgname ==="
+ echo -ne "\e[39;1m"
echo "Configuration files are at:"
echo " /etc/$_pkgname.conf (system wide default)"
echo " \$HOME/.config/$_pkgname.conf (optional per user)"