summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2016-06-16 00:38:55 +0200
committerAlbert Graef2016-06-16 00:38:55 +0200
commit7096b825cd168acad5dcb9f9c9ac5a5f8eb47b58 (patch)
treeadb1e6ac822e21ffa038f155b2e16d030503337c
parent06cb7acb9020ecb88192898e0025612f68abf537 (diff)
downloadaur-7096b825cd168acad5dcb9f9c9ac5a5f8eb47b58.tar.gz
Latest upstream release (static snapshot now; use pd-l2ork-git package to get the latest git revision).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1212bec99b08..d961bf49c9b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 14 15:26:06 UTC 2016
+# Wed Jun 15 22:37:02 UTC 2016
pkgbase = pd-l2ork
pkgdesc = L2Ork (Linux Laptop Orchestra) version of PureData
- pkgver = 1703.b64e49c
+ pkgver = 20160614.r1705.ea4eb01
pkgrel = 1
url = http://l2ork.music.vt.edu/main/?page_id=56
install = pd-l2ork.install
@@ -56,7 +56,7 @@ pkgbase = pd-l2ork
depends = zlib
conflicts = pd-l2ork
options = !makeflags
- source = pd-l2ork::git+https://github.com/pd-l2ork/pd.git
+ source = pd-l2ork::git+https://github.com/pd-l2ork/pd.git#commit=ea4eb01884a2f5fbc5ff9dbdc7519feaa95c09ad
source = Gem-pix_colorclassify.patch
source = RTcmix-pd-LCPLAY-stabilize.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7429a4aaec7d..59fab9db9762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
# Maintainer: <aggraef at gmail.com>
# Contributor: <fero dot kiraly at gmail.com>
+# This always builds the latest stable upstream release of pd-l2ork. To build
+# the very latest git revision please use the pd-l2ork-git package instead.
+
# This package can be installed along with pd or pd-extended. To avoid
# conflicts with these, cyclist, pdsend and pdreceive can be found under
# /usr/lib/pd-l2ork/bin instead. Likewise, the Gem include files get installed
# under /usr/include/pd-l2ork.
pkgname=pd-l2ork
-pkgver=1703.b64e49c
+pkgver=20160614.r1705.ea4eb01
pkgrel=1
pkgdesc="L2Ork (Linux Laptop Orchestra) version of PureData"
url="http://l2ork.music.vt.edu/main/?page_id=56"
@@ -24,7 +27,7 @@ makedepends=('autoconf' 'automake' 'libtool' 'git')
conflicts=('pd-l2ork')
install=pd-l2ork.install
options=('!makeflags')
-source=("$pkgname::git+https://github.com/pd-l2ork/pd.git"
+source=("$pkgname::git+https://github.com/pd-l2ork/pd.git#commit=ea4eb01884a2f5fbc5ff9dbdc7519feaa95c09ad"
"Gem-pix_colorclassify.patch"
"RTcmix-pd-LCPLAY-stabilize.patch")
md5sums=('SKIP'
@@ -33,7 +36,7 @@ md5sums=('SKIP'
pkgver() {
cd $srcdir/$pkgname
- echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+ printf "%s.r%s.%s" "$(git log -1 --format=%cd --date=short | sed -e 's/-//g')" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {