summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsharktamer2019-05-22 00:34:14 +0100
committersharktamer2019-05-22 00:34:14 +0100
commitdf411bc1f05feb8aa43263370b16ba6a3d56ad7d (patch)
tree204a3fe40a8178e1def4e4e9a9646aa97a9f47df /PKGBUILD
parentbc2d4a7ec484208711d33f3ef641dad602fad987 (diff)
downloadaur-df411bc1f05feb8aa43263370b16ba6a3d56ad7d.tar.gz
prevent main entrypoint from calling main twice
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df3ec3487e3e..b9ce2c90b2c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Shane Donohoe <shane@donohoe.cc>
pkgname=python-fzf-wal
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
pkgdesc="pywal theme selector using fzf"
arch=('any')
url="https://github.com/shanedabes/fzf_wal"
license=('APACHE')
depends=('python' 'python-iterfzf' 'python-pywal')
source=("$pkgname-$pkgver.tar.gz::https://github.com/shanedabes/fzf_wal/archive/v${pkgver}.tar.gz")
-sha256sums=('eae1f11771f30076113860eb2a5f83614744b2fe3c6694157e654dd2593437dc')
+sha256sums=('d5ece4ee1ac009cdc11d09e8864d4794b9ff0d843998017f3bcb2fcd6dd95116')
build() {
cd "fzf_wal-${pkgver}"