Package Details: twinejs-standalone 2.8.0-1

Git Clone URL: https://aur.archlinux.org/twinejs-standalone.git (read-only, click to copy)
Package Base: twinejs-standalone
Description: an open-source tool for telling interactive, nonlinear stories
Upstream URL: http://twinery.org/
Licenses: GPL3
Submitter: dedbox
Maintainer: CoiledSpring
Last Packager: CoiledSpring
Votes: 16
Popularity: 0.012296
First Submitted: 2015-12-18 21:13 (UTC)
Last Updated: 2023-12-17 13:53 (UTC)

Latest Comments

1 2 Next › Last »

Gune commented on 2023-12-17 13:44 (UTC)

PKGBUILD diff for 2.8.0

diff --git a/PKGBUILD b/PKGBUILD
index 50d00b7..92f80d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Louise <louise dot aur at mailbox dot org>

 pkgname=twinejs-standalone
-pkgver=2.6.1
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="an open-source tool for telling interactive, nonlinear stories"
 arch=('x86_64')
@@ -16,7 +16,7 @@ source=("https://github.com/klembot/twinejs/releases/download/${pkgver}/Twine-${
         "https://twinery.org/icons/twine.svg"
         "twinejs.desktop")

-md5sums=('efe232c01ccc162ddf7a1b7d1e4f31b3'
+md5sums=('2545d511141c51b8befce315c94f9929'
          '3697bac4f363f894cf3ef707cc36b7b5'
          '71705539c71923a8464240a8cb3e567f')

Fweeb commented on 2022-09-28 01:32 (UTC)

PKGBUILD diff for 2.5.1

diff --git a/PKGBUILD b/PKGBUILD
index 7d87aa5..d75862a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Louise <louise dot aur at mailbox dot org>

 pkgname=twinejs-standalone
-pkgver=2.4.1
+pkgver=2.5.1
 pkgrel=1
 pkgdesc="an open-source tool for telling interactive, nonlinear stories"
 arch=('x86_64')
@@ -16,7 +16,7 @@ source=("https://github.com/klembot/twinejs/releases/download/${pkgver}/Twine-${
         "https://twinery.org/icons/twine.svg"
         "twinejs.desktop")

-md5sums=('1594cc5d1163dedb67a467ada5c8e4cf'
+md5sums=('48bb2ac9e7696216bd41c7622cd1dca2'
          '3697bac4f363f894cf3ef707cc36b7b5'
          '71705539c71923a8464240a8cb3e567f')

SpotlightKid commented on 2022-07-18 14:42 (UTC)

`PKGBUILD diff for update to 2.4.1:

diff --git a/PKGBUILD b/PKGBUILD
index c5a9522..204876c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
 # Maintainer: Louise <louise dot aur at mailbox dot org>

 pkgname=twinejs-standalone
-pkgver=2.3.16
-pkgrel=2
-pkgdesc="an open-source tool for telling interactive, nonlinear stories"
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="An open-source tool for telling interactive, nonlinear stories"
 arch=('x86_64')
 url="http://twinery.org/"
 license=('GPL3')
@@ -12,19 +12,19 @@ depends=('libxss'
          'nss'
          'gtk3')

-source=("https://github.com/klembot/twinejs/releases/download/${pkgver}/twine_${pkgver}_linux64.zip"
-        "http://twinery.org/homepage/img/logo.svg"
+source=("https://github.com/klembot/twinejs/releases/download/${pkgver}/Twine-${pkgver}-Linux-x64.zip"
+        "https://raw.githubusercontent.com/klembot/twinejs/develop/icons/logo.svg"
         "twinejs.desktop")

-md5sums=('88fb6a7b8bbd62d82d875bf582f9c986'
-         'c7119a1fb9d65014691b77778e5e5ec7'
+md5sums=('1594cc5d1163dedb67a467ada5c8e4cf'
+         'd1b1a5f0785877bf914cc10ab3188c87'
          '71705539c71923a8464240a8cb3e567f')

 noextract=(twine_${pkgver}_linux64.zip)

 prepare() {
     mkdir -p ${pkgname}_${pkgver}_linux64
-    bsdtar -xf twine_${pkgver}_linux64.zip -C "${pkgname}_${pkgver}_linux64"
+    bsdtar -xf Twine-${pkgver}-Linux-x64.zip -C "${pkgname}_${pkgver}_linux64"
 }

setpill commented on 2021-05-21 08:06 (UTC)

Why does this need the gconf dependency? Please double-check that this is still correct.

morganmay commented on 2020-07-19 21:44 (UTC)

Download of 2.3.9 failed - replacing instances of linux.zip with linux64.zip in the PKGBUILD fixed it.

lenormf commented on 2020-01-20 08:06 (UTC)

You should use install in stead of cp, mv. It's more idiomatic, and convenient!

devonwolf commented on 2019-04-15 15:33 (UTC) (edited on 2019-04-15 17:01 (UTC) by devonwolf)

Hi all - I no longer have reliable access to an Arch machine to properly maintain and test this package, so I'll be disowning it in the hopes that someone else will be able to keep it tidy and up to date. If it's still un-owned when I have good machine access I'll pick it back up, because I love this tool and want to make it as accessible as possible :) The current version of Twine is 2.3.0 - it can be found in a few locations: http://twinery.org/ https://github.com/klembot/twinejs/releases/tag/2.3.0

I've done what I can with the tools I have available to update the current package, but I'm unable to test it on an Arch machine. I've only changed the release/version number, so I expect it should still work.

devonwolf commented on 2018-04-17 15:08 (UTC)

@Haagentis - I'm unable to reproduce the issue when building with makepkg in Arch (currently 4.15.15-1). If you're still having this problem, can you provide any additional information on how you're building the package (e.g., via a tool like yaourt or similar)? In any case, I'll troubleshoot a few other ways and update for reference in the comments if I learn anything helpful. If you haven't used the build/install method described in the Arch wiki (https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages), that may be a useful place to start. Thanks for letting me know!

Haagentis commented on 2018-03-18 12:36 (UTC)

03/18/18 : On Manjaro Linux, crashes at launch (v2.2.1-2)

devonwolf commented on 2018-02-22 15:52 (UTC)

@k2s - URL updated, thanks for the heads up