summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelsl2017-12-05 21:33:30 +0800
committerangelsl2017-12-05 21:33:30 +0800
commite791b9978485ff82af09729e9a93208526c93594 (patch)
tree96fb05f3fa7f84a129dbd3fcf673fa5598e867f6
parent70080818d3ed9121693cec4c10ea061643a87230 (diff)
downloadaur-e791b9978485ff82af09729e9a93208526c93594.tar.gz
Fix version and add options=(!strip staticlibs)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f37cf0759f6..b4ca670b40c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = libctru-git
pkgdesc = Library for Nintendo 3DS homebrew development
- pkgver = 24fd71c
+ pkgver = v1.1.0.245.g97d6149
pkgrel = 1
+ epoch = 1
url = https://github.com/smealum/ctrulib
arch = any
license = custom: zlib
@@ -11,6 +12,8 @@ pkgbase = libctru-git
conflicts = libctru
source = ctrulib::git://github.com/smealum/ctrulib
md5sums = SKIP
+ options = !strip
+ options = staticlibs
pkgname = libctru-git
diff --git a/PKGBUILD b/PKGBUILD
index 9a350b673f11..c3ba8d855662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
pkgname=libctru-git
_gitname=ctrulib
_libname=libctru
-pkgver=24fd71c
+pkgver=v1.1.0.245.g97d6149
pkgrel=1
+epoch=1
pkgdesc="Library for Nintendo 3DS homebrew development"
arch=('any')
url="https://github.com/smealum/ctrulib"
@@ -13,6 +14,7 @@ provides=('libctru')
conflicts=('libctru')
source=('ctrulib::git://github.com/smealum/ctrulib')
md5sums=('SKIP')
+options=(!strip staticlibs)
pkgver() {
cd "${srcdir}/${_gitname}"