summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2014-12-29 16:08:20 -0800
committerMike Swanson2014-12-29 16:08:20 -0800
commitb9c3ece1f81e8880f6c2f99725a9d42ef6d5e892 (patch)
treeb7257c5766c4537fca48f7c38fc8d672680e657e
parent115ca6cdcaf2c19d55700b7b956fe4df3e464c04 (diff)
downloadaur-b9c3ece1f81e8880f6c2f99725a9d42ef6d5e892.tar.gz
Update chunky to 1.3.4
Also, switch to sha256sum
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db6fa6dd09b1..be9c770f822d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chunky
pkgdesc = Chunky is a Minecraft mapping and rendering tool created by Jesper Öqvist.
- pkgver = 1.3.1
- pkgrel = 2
+ pkgver = 1.3.4
+ pkgrel = 1
url = http://chunky.llbit.se/
arch = any
license = GPL3
@@ -9,11 +9,11 @@ pkgbase = chunky
makedepends = gendesk
makedepends = unzip
depends = java-runtime
- noextract = Chunky-1.3.1.zip
- source = https://launchpad.net/chunky/1.3/1.3.1/+download/Chunky-1.3.1.zip
+ noextract = Chunky-1.3.4.zip
+ source = https://launchpad.net/chunky/1.3/1.3.4/+download/Chunky-1.3.4.zip
source = chunky.sh
- md5sums = b3b2fba4baa7971d3ae5cee264ce765e
- md5sums = 3ca19939c7ef56f7768bd6db66b1ecf8
+ sha256sums = e562a2d8349e26a694f26febac702e1c408cfa3f5a28d122eb1f0c53efe17428
+ sha256sums = 73389b938eaaf1eeac656a762fe16fab68e89ab499d11ac8427e2177a5059c57
pkgname = chunky
diff --git a/.gitignore b/.gitignore
index 0aca468d3ee2..376a69d6c613 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
*.pkg.tar*
*.src.tar*
-*.jar
+*.zip
src
pkg
diff --git a/PKGBUILD b/PKGBUILD
index 28d7ee5890e4..9c0bcb7324ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Daniel Leining <daniel@the-beach.co>
# Old Maintainer: Lakota Morris <lakota[at]lakotamorris[dot]com>
pkgname=chunky
-pkgver=1.3.1
+pkgver=1.3.4
basever=1.3
-pkgrel=2
+pkgrel=1
pkgdesc="Chunky is a Minecraft mapping and rendering tool created by Jesper Öqvist."
url="http://chunky.llbit.se/"
arch=('any')
@@ -13,8 +13,8 @@ makedepends=('apache-ant' 'gendesk' 'unzip')
source=(https://launchpad.net/"$pkgname"/"$basever"/"$pkgver"/+download/Chunky-"$pkgver".zip
chunky.sh)
noextract=(Chunky-"$pkgver".zip)
-md5sums=('b3b2fba4baa7971d3ae5cee264ce765e'
- '3ca19939c7ef56f7768bd6db66b1ecf8')
+sha256sums=('e562a2d8349e26a694f26febac702e1c408cfa3f5a28d122eb1f0c53efe17428'
+ '73389b938eaaf1eeac656a762fe16fab68e89ab499d11ac8427e2177a5059c57')
build() {
gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"