summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2016-04-16 11:19:03 +0200
committerAlbert Graef2016-04-16 11:19:03 +0200
commit218ac4b48bfd97fe6b7a950e71f5d27662acb192 (patch)
treec316a9e4feab3b7f6235b5143f52a7c570d4382b
parent350ab20c6cc52c34a52ce093877586f8cf04808b (diff)
downloadaur-218ac4b48bfd97fe6b7a950e71f5d27662acb192.tar.gz
Use latest git sources from dev branch.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dc81c8c5fdf..50912b060627 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Apr 16 09:18:10 UTC 2016
pkgbase = libmusicxml-git
pkgdesc = library and tools for the MusicXML format (git version)
- pkgver = 34.68feb19
+ pkgver = 61.9a74ed3
pkgrel = 1
url = https://github.com/dfober/libmusicxml
arch = x86_64
@@ -9,7 +11,7 @@ pkgbase = libmusicxml-git
makedepends = cmake
provides = libmusicxml
conflicts = libmusicxml
- source = libmusicxml-git::git+https://github.com/dfober/libmusicxml
+ source = libmusicxml-git::git+https://github.com/dfober/libmusicxml#branch=dev
md5sums = SKIP
pkgname = libmusicxml-git
diff --git a/PKGBUILD b/PKGBUILD
index a068146310b5..045e98989e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aggraef@gmail.com
pkgname=libmusicxml-git
-pkgver=34.68feb19
+pkgver=61.9a74ed3
pkgrel=1
pkgdesc="library and tools for the MusicXML format (git version)"
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ license=('LGPL')
makedepends=('cmake')
provides=('libmusicxml')
conflicts=('libmusicxml')
-source=("$pkgname::git+https://github.com/dfober/libmusicxml")
+source=("$pkgname::git+https://github.com/dfober/libmusicxml#branch=dev")
md5sums=('SKIP')
pkgver() {
@@ -18,12 +18,12 @@ pkgver() {
}
build() {
- cd "$srcdir/$pkgname/cmake"
+ cd "$srcdir/$pkgname/build"
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -G "Unix Makefiles"
make
}
package() {
- cd "$srcdir/$pkgname/cmake"
+ cd "$srcdir/$pkgname/build"
make install DESTDIR="$pkgdir"
}