specified release build for PKGBUILD

This commit is contained in:
Jack Andersen 2015-07-14 10:47:00 -10:00
parent 87306a18d8
commit 24fedff58e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# PKGBUILD for libAthena
_pkgname=libathena
pkgname=$_pkgname-git
pkgver=2.0.0
pkgver=2.0.0.7.g87306a1
pkgrel=1
pkgdesc="Basic cross platform IO library"
arch=('i686' 'x86_64')
@ -21,7 +21,7 @@ build() {
cd "$srcdir/$_pkgname"
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" ..
make
}