summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Laurie von Massenbach2016-03-07 01:30:10 +0000
committerFelix Laurie von Massenbach2016-03-07 01:30:10 +0000
commit488af2736cae14d9355d9924a60e8b146f1767e9 (patch)
tree98dc2bc944bdd15cf75a5712c305787a9200ab29 /PKGBUILD
parent9e88ec33f1549052b687fcdc4046ceef3af62318 (diff)
downloadaur-488af2736cae14d9355d9924a60e8b146f1767e9.tar.gz
Update to 1.0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8edb0648c6f9..9de85d1adaaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felix Laurie von Massenbach <felix@erbridge.co.uk>
pkgname=amulet
-pkgver=1.0.9
+pkgver=1.0.10
pkgrel=4
pkgdesc="Lua-based audio / visual toolkit for small-scope games and experimentation"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="http://www.amulet.xyz/"
license=('MIT')
depends=('gcc-libs-multilib')
source=("https://github.com/ianmaclarty/amulet/releases/download/v${pkgver}/amulet-v${pkgver}-linux.zip")
-md5sums=('88f8045776df20c169ba4f2b72024f41')
+md5sums=('3075411f2911513fa0edf1ca9f540e2c')
package() {
cd "amulet-v${pkgver}"