summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--aarchup.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7b0b86c1f59..96da2aadd094 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aarchup
pkgdesc = Fork of archup a small and lightweight update-notifier for archlinux.
pkgver = 1.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aericson/aarchup
install = aarchup.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0112c6ee7cc4..266bec3443b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=aarchup
pkgver=1.8
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of archup a small and lightweight update-notifier for archlinux."
url="https://github.com/aericson/aarchup"
arch=('i686' 'x86_64')
diff --git a/aarchup.install b/aarchup.install
index 6f84814c2369..2eafe0eb4a84 100644
--- a/aarchup.install
+++ b/aarchup.install
@@ -1,7 +1,7 @@
post_upgrade() {
cat << EOF
To avoid problems with partial upgrades (http://gist.io/5660494) we no longer
- use the combination of pacman -Sy/-Qu to check for updates.
+ use the combination of pacman -Sy/-Qu to check for updates. We now use checkupdates.
As a result of this --ignore-disconnect was removed. Please remove it from your configurations, if you were using it.