summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad20304e5144..a3c6d7b9a697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,14 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=ruut
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc='Print arbitrary trees on the command line.'
arch=('i686' 'x86_64')
url="https://github.com/HarrisonB/ruut"
license=('MIT')
-depends=()
-conflicts=('ruut-git')
makedepends=('cargo')
source=("$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('db306a022211dae74c9b4fb1e10bdb532fbcbde9d4502fde89c15b5d364d5826')
+sha256sums=('595b91cf2f66ff3263379b271ab09ae8d0d9f72d22f4044dc492a10de8918f5e')
build() {
cd "$pkgname-$pkgver"