summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-04-12 18:32:06 +0200
committersL1pKn072018-04-12 18:32:06 +0200
commit92b20f977838626a1dc6447340c02e135c1917d3 (patch)
tree797265f60f1b06c6964078930f958060f5b973f0
parentacae8e7057d6dab24bf02b86ffc7b333633e4ade (diff)
downloadaur-92b20f977838626a1dc6447340c02e135c1917d3.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ae7d5638852..b857ab3fa7ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
# Generated by mksrcinfo v8
-# Sat Aug 27 10:08:57 UTC 2016
+# Thu Apr 12 16:32:01 UTC 2018
pkgbase = mini18n-git
pkgdesc = A a small and non-intrusive translation library designed for small memory and non-GNU systems. (GIT version)
- pkgver = 0.2.1.r3231.ee28cc7
+ pkgver = 0.2.1.r3261.b77edc86
pkgrel = 1
url = http://wiki.yabause.org/index.php5?title=Mini18n
arch = x86_64
- arch = i386
license = GPL
makedepends = git
makedepends = cmake
depends = glibc
provides = mini18n
source = git+https://github.com/Guillaumito/yabause.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = mini18n-git
diff --git a/PKGBUILD b/PKGBUILD
index 8803e3b01c10..e5b5fb2f085e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Gustavo alvarez <sl1pkn07@gmail.com>
pkgname=mini18n-git
-pkgver=0.2.1.r3231.ee28cc7
+pkgver=0.2.1.r3261.b77edc86
pkgrel=1
pkgdesc="A a small and non-intrusive translation library designed for small memory and non-GNU systems. (GIT version)"
-arch=('x86_64' 'i386')
+arch=('x86_64')
url='http://wiki.yabause.org/index.php5?title=Mini18n'
license=('GPL')
depends=('glibc')
@@ -14,7 +14,7 @@ makedepends=('git'
conficts=('mini18n')
provides=('mini18n')
source=('git+https://github.com/Guillaumito/yabause.git')
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd yabause/mini18n
@@ -29,8 +29,8 @@ prepare() {
build() {
cd build
cmake ../yabause/mini18n \
- -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
+
make
}