summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Witkowski2015-10-02 17:18:05 -0600
committerAlan Witkowski2015-10-02 17:18:05 -0600
commit77c9678cc22d3e57ea6db910c8e00535a5c3bd8f (patch)
treec99a0696a3a727980fc0536de6053387f3f6e44f
parente883af280b8d2e920f1f5d08a2f82d1f9c5ee938 (diff)
downloadaur-77c9678cc22d3e57ea6db910c8e00535a5c3bd8f.tar.gz
0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10cb015d65b1..b735244de0bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = irrlamb
pkgdesc = a 3D game that probably involves a lot of physics and frustrating gameplay.
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/jazztickets/irrlamb
arch = i686
@@ -17,8 +17,8 @@ pkgbase = irrlamb
depends = libvorbis
depends = libogg
depends = sh
- source = https://github.com/jazztickets/irrlamb/archive/v0.2.0.tar.gz
- sha256sums = 1d50639cef5e93a91260ca55f456d5a95fd30b2305d35e8e2060eb8c6ee1105e
+ source = https://github.com/jazztickets/irrlamb/releases/download/v0.2.1/irrlamb-0.2.1-src.tar.gz
+ sha256sums = e46fa1ccc8e991b38fcab3b6a27b6706c3c1551503df01c965dd2838c7161a22
pkgname = irrlamb
diff --git a/PKGBUILD b/PKGBUILD
index 5740da7a70a0..b5e071ad31b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alan Witkowski <alan.witkowski+aur@gmail.com>
pkgname=irrlamb
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="a 3D game that probably involves a lot of physics and frustrating gameplay."
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="https://github.com/jazztickets/irrlamb"
license=('GPL3')
depends=('gcc-libs' 'bullet' 'irrlicht' 'freetype2' 'lua' 'sqlite' 'openal' 'libvorbis' 'libogg' 'sh')
makedepends=('cmake')
-source=("https://github.com/jazztickets/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('1d50639cef5e93a91260ca55f456d5a95fd30b2305d35e8e2060eb8c6ee1105e')
+source=("https://github.com/jazztickets/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-src.tar.gz")
+sha256sums=('e46fa1ccc8e991b38fcab3b6a27b6706c3c1551503df01c965dd2838c7161a22')
prepare() {
cd $srcdir/$pkgname-$pkgver