summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2015-09-01 00:30:50 +0200
committerRasmus Steinke2015-09-01 00:30:50 +0200
commit7728a9da27b458930685d53d66ea1ddf9cdf1e3f (patch)
tree01908ca5d41b2f658d16b07430b26add5530e865
parent6d514280d99912e58d61658ff218139aeb88bd7b (diff)
downloadaur-7728a9da27b458930685d53d66ea1ddf9cdf1e3f.tar.gz
remove upgrade message
-rw-r--r--PKGBUILD2
-rw-r--r--clerk-git.install4
2 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92049ee5b0fb..c70b4d59af6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Rebischke
pkgname=clerk-git
-pkgver=453.d21167c
+pkgver=596.d8f6310
pkgrel=1
pkgdesc="clerk - mpd client for dmenu/rofi"
arch=('any')
diff --git a/clerk-git.install b/clerk-git.install
index 846c113b063d..7f4b1ef5b3f1 100644
--- a/clerk-git.install
+++ b/clerk-git.install
@@ -6,7 +6,3 @@ and edit it to your needs.
'
}
#post_install
-
-post_upgrade() {
-echo "Attention: rofi changed it's arguments to maintain dmenu compatibility A side effect of this is that searches in clerk are now case sensitive. To change this, put "-i" in config file, rofiopts"
-}