summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAskhat2016-02-06 12:39:47 +0600
committerAskhat2016-02-06 12:39:47 +0600
commitc45d74516084c23dfb2b06e658c5e02954922ecc (patch)
tree41452f7e05b07f86f54e63a4b891166c8a466c64
parent31a74293e92f831cb1f39c33cf768a6368ccf87b (diff)
downloadaur-c45d74516084c23dfb2b06e658c5e02954922ecc.tar.gz
Updated: license to an array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7621e77c3d1c..7cfff4b43b85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Feb 6 06:37:38 UTC 2016
pkgbase = referencer
pkgdesc = a Gnome application to organise documents or references, and ultimately generate a BibTeX bibliography file
pkgver = 1.2.2
@@ -6,7 +8,7 @@ pkgbase = referencer
install = referencer.install
arch = i686
arch = x86_64
- license = GPL
+ license = GPL2
makedepends = intltool
makedepends = gnome-doc-utils
makedepends = gnome-icon-theme
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