summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAskhat2016-02-06 12:39:47 +0600
committerAskhat2016-02-06 12:39:47 +0600
commitc45d74516084c23dfb2b06e658c5e02954922ecc (patch)
tree41452f7e05b07f86f54e63a4b891166c8a466c64 /PKGBUILD
parent31a74293e92f831cb1f39c33cf768a6368ccf87b (diff)
downloadaur-c45d74516084c23dfb2b06e658c5e02954922ecc.tar.gz
Updated: license to an array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60af06581868..dee82a141d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=4
pkgdesc="a Gnome application to organise documents or references, and ultimately generate a BibTeX bibliography file"
arch=('i686' 'x86_64')
url="https://launchpad.net/referencer/"
-license="GPL"
+license=('GPL2')
makedepends=( 'intltool'
'gnome-doc-utils'
'gnome-icon-theme'
@@ -19,12 +19,12 @@ depends=( 'boost-libs'
source=("https://launchpad.net/$pkgname/1./$pkgver/+download/$pkgname-$pkgver.tar.gz")
install=${pkgname}.install
-CXXFLAGS="$CXXFLAGS -std=gnu++11"
build() {
export PYTHON=/usr/bin/python2
cd "$srcdir/$pkgname-$pkgver"
# autoreconf
+ CXXFLAGS="$CXXFLAGS -std=gnu++11"
./configure --prefix="/usr" --disable-update-mime-database --enable-python
sed -i 's|$(MAKE) $(AM_MAKEFLAGS) install-data-hook||' data/Makefile
make clean