summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-12-11 18:45:29 +0100
committersl1pkn072015-12-11 18:45:29 +0100
commit6745413e8c571a03ab7ed8a7bef34d944c51c3ed (patch)
tree18f6a43cc82a366dbccdf89cc64616544ba47685
parent3a83e62009147d1347ada7d9cf6f549922a1c518 (diff)
downloadaur-6745413e8c571a03ab7ed8a7bef34d944c51c3ed.tar.gz
gcc (abi) rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 957825d16d9c..4f6cf3cc1e67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = popstation
pkgdesc = Play PSX Games in Sony PSP, One Disc Games
pkgver = 1.0.0
- pkgrel = 2
- url = http://dark-alex.org/
+ pkgrel = 3
+ url = http://dark-alex.org
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c223769926e8..ea92b4532738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,27 +3,22 @@
pkgname=popstation
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Play PSX Games in Sony PSP, One Disc Games"
arch=('i686' 'x86_64')
-url="http://dark-alex.org/"
+url='http://dark-alex.org'
license=('GPL')
depends=('zlib')
source=("http://leandroufcgprojects.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
sha1sums=('0c16b9d7846fa1b62fdafc756478b34d524baf33')
options=('!buildflags')
-prepare() {
- rm -fr build
- cp -R "${pkgname}" build
-}
-
build() {
- cd build
+ cd "${pkgname}"
make
}
package() {
- cd build
+ cd "${pkgname}"
install popstation -Dm755 "${pkgdir}/usr/bin/popstation"
}