summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Witkowski2019-05-10 16:38:26 -0600
committerAlan Witkowski2019-05-10 16:38:26 -0600
commit23f6a45c067643b63848123defef71bbbb351192 (patch)
tree6e48a5523acac6c27c82cf766e7b051d6c00a02f
parent70d55c5f2e65aa086f0d126722b745c3329c7bad (diff)
downloadaur-23f6a45c067643b63848123defef71bbbb351192.tar.gz
1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65774c3f2d2b..56421311c12b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = irrlamb
pkgdesc = 3D game that probably involves a lot of physics and frustrating gameplay.
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/jazztickets/irrlamb
arch = i686
@@ -16,8 +16,8 @@ pkgbase = irrlamb
depends = libjpeg-turbo
depends = libpng
depends = zlib
- source = https://github.com/jazztickets/irrlamb/releases/download/v1.0.0/irrlamb-1.0.0r597-src.tar.gz
- sha256sums = 980adbe3772f3fdc983b7e3501c9c48c691b0593ae9539103a7be67d559d9f63
+ source = https://github.com/jazztickets/irrlamb/releases/download/v1.0.1/irrlamb-1.0.1r612-src.tar.gz
+ sha256sums = 743e42a6ef75181b9313d2b7d5a6ff93fbaa42ab31e2043726932f6e2a8dbbf2
pkgname = irrlamb
diff --git a/PKGBUILD b/PKGBUILD
index 4373932a7637..c1394a17a9c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alan Witkowski <alan.witkowski+aur@gmail.com>
pkgname=irrlamb
-pkgver=1.0.0
-pkgbuild=r597
+pkgver=1.0.1
+pkgbuild=r612
pkgrel=1
pkgdesc="3D game that probably involves a lot of physics and frustrating gameplay."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('gcc-libs' 'freetype2' 'sqlite' 'openal' 'libvorbis' 'libogg' 'libjpeg-turbo' 'libpng' 'zlib')
makedepends=('cmake')
source=("https://github.com/jazztickets/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}${pkgbuild}-src.tar.gz")
-sha256sums=('980adbe3772f3fdc983b7e3501c9c48c691b0593ae9539103a7be67d559d9f63')
+sha256sums=('743e42a6ef75181b9313d2b7d5a6ff93fbaa42ab31e2043726932f6e2a8dbbf2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}${pkgbuild}"