summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-12-03 14:15:32 +0100
committerGustavo Alvarez2016-12-03 14:15:32 +0100
commitb191a90729117bdbb88878764fa6b3561b1747b2 (patch)
tree79c66bfd90833c16b4b64ad17a133c93eeabf1b4
parent8278a1ef888f09affd774b8940313e55ffbb2084 (diff)
downloadaur-libxcm-git.tar.gz
bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 834053b7ca50..9e3c263ee94d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 15:33:57 UTC 2016
+# Sat Dec 3 13:15:22 UTC 2016
pkgbase = libxcm-git
pkgdesc = A library containing the a reference implementation of the net-color specs. (GIT version)
- pkgver = 0.5.3.34.gbb28687
+ pkgver = 0.5.3.41.g29efdc3
pkgrel = 1
- url = http://www.oyranos.org/libxcm/
+ url = http://www.oyranos.org/libxcm
arch = i686
arch = x86_64
license = BSD
@@ -14,7 +14,7 @@ pkgbase = libxcm-git
provides = libxcm
conflicts = libxcm
source = git+https://github.com/oyranos-cms/libxcm.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = libxcm-git
diff --git a/PKGBUILD b/PKGBUILD
index d80d90d0e044..e0deb3a84c9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
#Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=libxcm-git
-pkgver=0.5.3.34.gbb28687
+pkgver=0.5.3.41.g29efdc3
pkgrel=1
pkgdesc="A library containing the a reference implementation of the net-color specs. (GIT version)"
arch=('i686' 'x86_64')
-url="http://www.oyranos.org/libxcm/"
+url='http://www.oyranos.org/libxcm'
license=('BSD')
depends=('libxfixes'
'libxmu'
@@ -14,7 +14,7 @@ makedepends=('git')
conflicts=('libxcm')
provides=('libxcm')
source=("git+https://github.com/oyranos-cms/libxcm.git")
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd libxcm
@@ -23,19 +23,18 @@ pkgver() {
prepare() {
cd libxcm
-
autoreconf -f
}
build() {
cd libxcm
- LDFLAGS+=" -lm" ./configure \
+ ./configure \
--prefix=/usr
make
}
package() {
make -C libxcm DESTDIR="${pkgdir}" install
- install -Dm644 libxcm/docs/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 libxcm/docs/COPYING.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
}