summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2018-05-27 16:04:26 +0300
committerGordonGR2018-05-27 16:04:26 +0300
commit137abdbecea7ca1b70e56dfe32915368cab95710 (patch)
treedc6edd436065f1440cee16ef8340670cd5fc07e6
parent95ef30b290d7cc4455027efe33a33ef5bdf53452 (diff)
downloadaur-137abdbecea7ca1b70e56dfe32915368cab95710.tar.gz
2.2.1-1: Upstream update
-rw-r--r--.SRCINFO8
-rw-r--r--.directory6
-rw-r--r--PKGBUILD5
3 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ea6b36aa5eb..acba3d9d9646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 17 15:39:03 UTC 2018
+# Sun May 27 13:03:55 UTC 2018
pkgbase = lib32-libcue
pkgdesc = Parses so-called cue sheets and handles the parsed data (lib32)
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = http://github.com/lipnitsk/libcue/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = lib32-libcue
makedepends = cmake
depends = lib32-glibc
depends = libcue
- source = libcue-2.2.0.tar.gz::https://github.com/lipnitsk/libcue/archive/v2.2.0.tar.gz
- md5sums = b672240933ea485449faaf61b5a3fecd
+ source = libcue-2.2.1.tar.gz::https://github.com/lipnitsk/libcue/archive/v2.2.1.tar.gz
+ md5sums = 1dfe65751c3817c76a107bd5a0d924a3
pkgname = lib32-libcue
diff --git a/.directory b/.directory
new file mode 100644
index 000000000000..167078390cca
--- /dev/null
+++ b/.directory
@@ -0,0 +1,6 @@
+[Dolphin]
+Timestamp=2018,5,27,15,54,28
+Version=4
+
+[Settings]
+HiddenFilesShown=true
diff --git a/PKGBUILD b/PKGBUILD
index 193998f1199b..57b16e6e204a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=lib32-libcue
_pkgname=libcue
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='Parses so-called cue sheets and handles the parsed data (lib32)'
url='http://github.com/lipnitsk/libcue/'
@@ -13,7 +13,7 @@ license=('GPL2')
source=("${_pkgname}-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz")
depends=('lib32-glibc' 'libcue')
makedepends=('cmake')
-md5sums=('b672240933ea485449faaf61b5a3fecd')
+md5sums=('1dfe65751c3817c76a107bd5a0d924a3')
build() {
cd ${_pkgname}-${pkgver}
@@ -24,6 +24,7 @@ export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
+ -DBUILD_SHARED_LIBS=ON . \
-DCC="gcc -m32" \
-DCXX="g++ -m32" \
-DPKG_CONFIG_PATH="/usr/lib32/pkgconfig"