summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Merrell2017-02-04 10:57:35 -0800
committerJoshua Merrell2017-02-04 10:57:35 -0800
commit2b03267ba6bdf7cda0282cf3613c626d8ba62486 (patch)
tree6d846ec283e7a644be472755a9fab891930e4d28
parent31fd869e7d964631a26d0ee1c54ef1cb5193a48a (diff)
downloadaur-2b03267ba6bdf7cda0282cf3613c626d8ba62486.tar.gz
update to 4.4.3
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bdb160ba6c4..c7a2ab10f14d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 4.4.0
+ pkgver = 4.4.3
pkgrel = 1
url = https://github.com/fatcerberus/minisphere
arch = i686
@@ -8,8 +8,8 @@ pkgbase = minisphere
license = BSD
depends = allegro5-git
depends = libmng
- source = https://github.com/fatcerberus/minisphere/archive/v4.4.0.tar.gz
- sha256sums = f7bc5746ec975c9c879496f05333f4e75368e2cf475e2d23fc4a431a26dd3870
+ source = https://github.com/fatcerberus/minisphere/archive/v4.4.3.tar.gz
+ sha256sums = 34dfdd69953eae0637e4941ef17854f282f93bb2d0a73298e802a2b7aae27dea
pkgname = minisphere
diff --git a/PKGBUILD b/PKGBUILD
index 349e03489ad0..65db673b5389 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=4.4.1
+pkgver=4.4.3
pkgrel=1
pkgdesc="A fast, lightweight implementation of the Sphere game engine"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/fatcerberus/minisphere"
license=('BSD')
depends=('allegro5-git' 'libmng')
source=(https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('f7bc5746ec975c9c879496f05333f4e75368e2cf475e2d23fc4a431a26dd3870')
+sha256sums=('34dfdd69953eae0637e4941ef17854f282f93bb2d0a73298e802a2b7aae27dea')
build() {
cd "$pkgname-$pkgver"