summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2016-11-20 18:55:08 +0100
committerCarsten Teibes2016-11-20 18:55:08 +0100
commit671cce3209a8665297ac475b8b8b553a17512797 (patch)
tree5322e35c7666e36b393e342726713be544100a10
parentd5a340219ba3eb0d79df16b40bca5815323bd270 (diff)
downloadaur-libfat-ogc-git.tar.gz
[upd]
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f879805fd936..fea8c9647b56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libfat-ogc-git
pkgdesc = Library for acessing FAT filesystems from Nintendo Gamecube/Wii homebrew (development version)
- pkgver = 1.0.14.r0.g1e06c67
+ pkgver = 1.0.14.r3.gcf268b3
pkgrel = 1
url = http://www.devkitpro.org/
arch = any
@@ -10,7 +10,6 @@ pkgbase = libfat-ogc-git
depends = libogc-git
provides = libfat-ogc
conflicts = libfat-ogc
- conflicts = libfat-ogc-svn
options = !strip
options = staticlibs
source = git+https://github.com/devkitPro/libfat.git
diff --git a/PKGBUILD b/PKGBUILD
index ac0876cb59a3..5b4d41646e12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Yvan <madridista40@orange.fr>
pkgname=libfat-ogc-git
-pkgver=1.0.14.r0.g1e06c67
+pkgver=1.0.14.r3.gcf268b3
pkgrel=1
pkgdesc="Library for acessing FAT filesystems from Nintendo Gamecube/Wii homebrew (development version)"
arch=('any')
url="http://www.devkitpro.org/"
license=('custom')
-options=(!strip staticlibs)
depends=('devkitppc' 'libogc-git')
makedepends=('git')
-conflicts=('libfat-ogc' 'libfat-ogc-svn') # the -svn is a hack to support transition, can be removed later
+conflicts=('libfat-ogc')
provides=('libfat-ogc')
source=("git+https://github.com/devkitPro/libfat.git")
md5sums=('SKIP')
+options=(!strip staticlibs)
pkgver() {
cd libfat
@@ -24,7 +24,9 @@ pkgver() {
build() {
cd libfat
+ # set environment
source /etc/profile.d/devkitppc.sh
+
make include/libfatversion.h
make ogc-release
}