summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLoïc Damien2016-07-03 19:07:17 +0200
committerLoïc Damien2016-07-03 19:07:17 +0200
commit2cab4247c3eccd307e09a405c3b01bbd88a1d76a (patch)
tree2d770cf7149527646b852e70e395aac58c0c55fd /PKGBUILD
parent6313893a49f928d1d7c266ad27ba76919f55ae42 (diff)
downloadaur-treeify.tar.gz
New upstream version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbad9276b247..1677fdaab253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Loïc Damien <loic.damien at dzamlo dot ch>
pkgname=treeify
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="converts the output of a command that lists files into a tree representation similar to \
the output of the command tree"
@@ -9,8 +9,8 @@ url="https://github.com/dzamlo/treeify"
license=('MIT' 'Apache')
depends=(gcc-libs)
makedepends=(cargo)
-source=("https://github.com/dzamlo/treeify/archive/treeify-0.1.3.tar.gz")
-sha256sums=('55e27fc14e40c76c61e5eeb01e5bce1720e15f4ed489056d27ce81e2b3440a21')
+source=("https://github.com/dzamlo/$pkgname/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('e5e112f958c78a590db12e67f1d2d3b84236e1315bb6e058b3112985c01cbc4a')
build() {
cd "$pkgname-$pkgname-$pkgver"