summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOssi Saukko2015-09-13 11:38:54 +0300
committerOssi Saukko2015-09-13 11:38:54 +0300
commit54e376f145d5a13fac4d478dd9637303ea1b87f5 (patch)
tree070ba05f9c53617293244a52c3a6de48f071a9f0
parent535ac85597127dbfcbd3d0d90cec7f2d12fecc87 (diff)
downloadaur-54e376f145d5a13fac4d478dd9637303ea1b87f5.tar.gz
'replaces' line removed. Using /etc as sysconfdir.
Better instruction message when installing package for the first time.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
-rw-r--r--ocp-git.install2
3 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eb4a1f654d9..dafb357ccb7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocp-git
pkgdesc = Open Cubic Player (GIT Version)
pkgver = 0.1.22.r62.3a44284
- pkgrel = 2
+ pkgrel = 3
url = http://stian.cubic.org/project-ocp.php
install = ocp-git.install
arch = i686
@@ -20,7 +20,6 @@ pkgbase = ocp-git
optdepends = sdl: for SDL user interface support
provides = ocp=0.1.22.r62.3a44284
conflicts = ocp
- replaces = opencubicplayer-git
source = ocp::git://git.code.sf.net/p/opencubicplayer/code
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9c333a22a6da..09f30ba4fc52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=ocp
pkgname=ocp-git
pkgver=0.1.22.r62.3a44284
-pkgrel=2
+pkgrel=3
pkgdesc="Open Cubic Player (GIT Version)"
arch=('i686' 'x86_64')
url="http://stian.cubic.org/project-ocp.php"
@@ -20,7 +20,6 @@ optdepends=('adplug: for OPL formats support'
makedepends=('git')
provides=("${_name}=${pkgver}")
conflicts=("${_name}")
-replaces=('opencubicplayer-git')
install=$pkgname.install
source=("${_name}::git://git.code.sf.net/p/opencubicplayer/code")
md5sums=('SKIP')
@@ -33,7 +32,7 @@ pkgver() {
build() {
cd "${srcdir}/${_name}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sysconfdir=/etc
cd "${srcdir}/${_name}"
make
diff --git a/ocp-git.install b/ocp-git.install
index a68f9cc68c5b..810d7bf9278b 100644
--- a/ocp-git.install
+++ b/ocp-git.install
@@ -6,7 +6,7 @@ post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
echo
- echo Please note that you need to rebuild this package after installing any of the optional dependencies.
+ echo Please note that you need to rebuild ocp-git after installing any of the optional dependencies for it.
echo
}