summarylogtreecommitdiffstats
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
parent6313893a49f928d1d7c266ad27ba76919f55ae42 (diff)
downloadaur-treeify.tar.gz
New upstream version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4754943e55fd..c9f66f521181 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = treeify
pkgdesc = converts the output of a command that lists files into a tree representation similar to the output of the command tree
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/dzamlo/treeify
arch = i686
@@ -9,8 +9,8 @@ pkgbase = treeify
license = Apache
makedepends = cargo
depends = gcc-libs
- source = https://github.com/dzamlo/treeify/archive/treeify-0.1.3.tar.gz
- sha256sums = 55e27fc14e40c76c61e5eeb01e5bce1720e15f4ed489056d27ce81e2b3440a21
+ source = https://github.com/dzamlo/treeify/archive/treeify-0.1.4.tar.gz
+ sha256sums = e5e112f958c78a590db12e67f1d2d3b84236e1315bb6e058b3112985c01cbc4a
pkgname = treeify
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"