summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Loher2019-02-20 19:20:48 +0100
committerJohannes Loher2019-02-20 19:20:48 +0100
commitd3c400b49532b692de0878abbe8f884f6d642a02 (patch)
treea2246995e98fff2106918d39e0e9dba70fed0bd6
parent0a30fc80e65944152829f2ff51f75aad3acc065b (diff)
downloadaur-d3c400b49532b692de0878abbe8f884f6d642a02.tar.gz
remove unneeded calls to mandb
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--ansiweather.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 437eb5bf552c..7dad7afa0b18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Feb 15 18:45:51 UTC 2019
+# Wed Feb 20 18:19:57 UTC 2019
pkgbase = ansiweather
pkgdesc = A Shell script for displaying the current weather conditions in your terminal, with support for ANSI colors and Unicode symbols.
pkgver = 1.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fcambus/ansiweather
- install = ansiweather.install
arch = any
license = custom
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 593fb2790512..78fa2c5a67cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='ansiweather'
pkgver=1.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Shell script for displaying the current weather conditions in your terminal, with support for ANSI colors and Unicode symbols.'
arch=('any')
url='https://github.com/fcambus/ansiweather'
@@ -13,7 +13,6 @@ optdepends=('wget: support for downloading with wget'
provides=('ansiweather')
source=("https://github.com/fcambus/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('3807b5831dec06a4aba5a95ecd704b6a')
-install=${pkgname}.install
package(){
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/ansiweather.install b/ansiweather.install
deleted file mode 100644
index 6e89e03758bf..000000000000
--- a/ansiweather.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- mandb
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}