summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOssi Saukko2018-10-04 18:41:42 +0300
committerOssi Saukko2018-10-04 18:41:42 +0300
commitf824a101c0e33126f27e0d2f1939e3e97a2604f6 (patch)
treeaf34d9562a770ea4a209d0072ef54801ea3ba6e2
parentea36c745bb5af2ca344074fb3d613ce41a7ee194 (diff)
downloadaur-f824a101c0e33126f27e0d2f1939e3e97a2604f6.tar.gz
Update to 0.1.22.r102.864f655 and GCC 8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ef707368fb2..9d8a5cc1967d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocp-git
pkgdesc = Open Cubic Player (GIT Version)
- pkgver = 0.1.22.r94.835bf80
- pkgrel = 2
+ pkgver = 0.1.22.r102.864f655
+ pkgrel = 1
url = http://stian.cubic.org/project-ocp.php
install = ocp-git.install
arch = i686
@@ -18,7 +18,7 @@ pkgbase = ocp-git
optdepends = libsidplay: for SID music support
optdepends = libvorbis: for Vorbis audio support
optdepends = sdl: for SDL user interface support
- provides = ocp=0.1.22.r94.835bf80
+ provides = ocp=0.1.22.r102.864f655
conflicts = ocp
source = ocp::git://git.code.sf.net/p/opencubicplayer/code
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd95d3d23620..a55b9ae8c774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
_name=ocp
pkgname=ocp-git
-pkgver=0.1.22.r94.835bf80
-pkgrel=2
+pkgver=0.1.22.r102.864f655
+pkgrel=1
pkgdesc="Open Cubic Player (GIT Version)"
arch=('i686' 'x86_64')
url="http://stian.cubic.org/project-ocp.php"
@@ -34,7 +34,7 @@ build() {
cd "${srcdir}/${_name}"
git submodule init
git submodule update
- sed -i.orig 's/\*|4\.\*|5\.\*|6\.\*/&|7.*/' configure
+ sed -i.orig 's/\*|4\.\*|5\.\*|6\.\*|7\*/&|8*/' configure
./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/
make
}