summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Griffis2017-02-28 14:41:40 -0800
committerEric Griffis2017-02-28 14:41:40 -0800
commita6fef6c56e03abd9e89fd3c1a81c8788bb6643b9 (patch)
tree94f1076c5b19d49853c37fc6db4cc31f7a92a4a9 /PKGBUILD
parentcd30b1cbd0eea18abfad5a0047b820a325e7ae46 (diff)
downloadaur-a6fef6c56e03abd9e89fd3c1a81c8788bb6643b9.tar.gz
update to version 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03e210566444..ff32a30fad5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Eric Griffis <dedbox at gmail dot com>
pkgname=twinejs-standalone
-pkgver=2.0.11
+pkgver=2.1.0
pkgrel=1
pkgdesc="an open-source tool for telling interactive, nonlinear stories"
arch=('x86_64')
url="http://twinery.org/"
license=('GPL3')
source=("https://bitbucket.org/klembot/twinejs/downloads/twine_${pkgver}_linux64.zip")
-md5sums=('e1480b326f149e88bde9ced66c1effdb')
+md5sums=('d2335fef3bf6019bfdaadc093d5ba06f')
options=(!strip)
prepare() {
- mv "twine_${pkgver}_linux64" "${pkgname}_${pkgver}_linux64"
+ mv "nw/Twine/twine_${pkgver}" "${pkgname}_${pkgver}_linux64"
}
package() {