summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Ericson2015-09-30 00:57:31 -0300
committerAndré Ericson2015-09-30 00:57:31 -0300
commitf74a8bbfb68f32764de52836576d7eeb5de1d453 (patch)
treec373a24e463d7974fda923a116738eaab7cf5131
parent1f78846a34d2144faf33458166966d2f5080e1dc (diff)
downloadaur-f74a8bbfb68f32764de52836576d7eeb5de1d453.tar.gz
Explicitly tell on upgrade that we use checkupdates
-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.