summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--aarchup.install19
3 files changed, 2 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2266b5ca3119..d76280edc297 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = aarchup-git
pkgdesc = Fork of archup a small and lightweight update-notifier for archlinux.
- pkgver = 2.1.5
+ pkgver = 2.1.6
pkgrel = 1
url = https://github.com/inglor/aarchup
- install = aarchup.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 2451eddc5614..06d939f8ec15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=aarchup-git
-pkgver=2.1.5
+pkgver=2.1.6
pkgrel=1
pkgdesc="Fork of archup a small and lightweight update-notifier for archlinux."
url="https://github.com/inglor/aarchup"
@@ -17,7 +17,6 @@ md5sums=('SKIP')
conflicts=('aarchup')
provides=('aarchup')
optdepends=('auracle: AUR support(--aur)')
-install=aarchup.install
pkgver() {
cd ${pkgname%-git}
diff --git a/aarchup.install b/aarchup.install
deleted file mode 100644
index 2eafe0eb4a84..000000000000
--- a/aarchup.install
+++ /dev/null
@@ -1,19 +0,0 @@
-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. We now use checkupdates.
-
- As a result of this --ignore-disconnect was removed. Please remove it from your configurations, if you were using it.
-
- If you were using --command|-c, note that the command has to check for updates now
- since we no longer call pacman -Sy.
-EOF
-}
-
-post_install() {
- cat <<EOF
- Please check man pages for installation instructions.
- If you have any problems or would like to request a feature,
- check https://bbs.archlinux.org/viewtopic.php?id=119129
-EOF
-}