summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Loher2019-02-20 19:20:48 +0100
committerJohannes Loher2019-02-20 19:20:48 +0100
commitd3c400b49532b692de0878abbe8f884f6d642a02 (patch)
treea2246995e98fff2106918d39e0e9dba70fed0bd6 /PKGBUILD
parent0a30fc80e65944152829f2ff51f75aad3acc065b (diff)
downloadaur-d3c400b49532b692de0878abbe8f884f6d642a02.tar.gz
remove unneeded calls to mandb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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}"