summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikita Ivanov2022-02-11 15:16:16 +0500
committerNikita Ivanov2022-02-11 15:16:16 +0500
commitd6f3d42717a92546dafe2167f0104e6fd4fcec69 (patch)
tree435d14f5017b0f46b059d807b9c25af834ece38e /PKGBUILD
parentc1d3a3d35ea7a8b617160d936a92c4f5f7a74783 (diff)
downloadaur-d6f3d42717a92546dafe2167f0104e6fd4fcec69.tar.gz
Bump version to 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8c32cd4f342..80c2740eaa1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nikita Ivanov <nikita dot vyach dot ivanov at gmail dot com>
pkgname=ictree
-pkgver='1.0'
+pkgver='1.0.1'
pkgrel=1
pkgdesc="Like tree but interactive"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('glibc')
optdepends=('xsel: for copying selected item into X clipboard' 'wl-clipboard: for copying selected item into Wayland clipboard')
source=("$url/releases/download/v$pkgver/ictree-v$pkgver.tar.gz")
-sha256sums=('b9bebd09eb0f24ee8ece9fceabf540ac1ba852e57c47c8f80f3c99e395e6b800')
+sha256sums=('a34730ab9722ea5718282b20cbe0904048447ecc11716909e2e03bb2057683d0')
build() {
cd "$pkgsrc"