summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2015-02-22 23:24:05 +0100
committerCarsten Teibes2015-02-22 23:24:05 +0100
commit2fd1f40d5b94c9146259663bd7766342d48ee4e3 (patch)
tree51fb99ab3ac657a12cd6ec9f4aa1f25d19afdb33 /PKGBUILD
parent99aa0b942a0fb4b0d3ec246adb6e4388e4ed698c (diff)
downloadaur-2fd1f40d5b94c9146259663bd7766342d48ee4e3.tar.gz
[upd] 1.0.13→1.0.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcb7439647e8..6de7f3f03bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,15 @@
# Contributor: Tiago Camargo <tcamargo@gmail.com>
pkgname=libfat-ogc
-pkgver=1.0.13
+pkgver=1.0.14
pkgrel=1
pkgdesc="Library for acessing FAT filesystems from Nintendo Gamecube/Wii homebrew"
arch=('any')
url="http://chishm.drunkencoders.com/libfat/"
license=('custom')
depends=('libogc')
-conflicts=('libfat-ogc-svn') # this is a hack to support transition, can be removed later
source=("http://downloads.sourceforge.net/sourceforge/devkitpro/libfat-src-$pkgver.tar.bz2")
-sha256sums=('676262bdf8ac8b11cc8e6fb044c7164df33da679d6a0af69a909f0e0807dd011')
+sha256sums=('bfa7768d9a199b2a93e8aacf010f73df59bb7d029df95b7d176a83d9131d20cc')
options=(!strip staticlibs)
build() {