summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122020-07-01 09:10:55 -0700
committerkenshen1122020-07-01 09:10:55 -0700
commit73f281fe64152ca17224fc6bb9be4c837d34787e (patch)
tree2a8c7bf8f916aab12249264bdf735db11f1bef35
parent1f49443d17ef32cfe492567c2859c433c35f7932 (diff)
downloadaur-73f281fe64152ca17224fc6bb9be4c837d34787e.tar.gz
Fixes to PKGBUILD and update to good boy
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67b7ca16350c..8a29fe3f8df9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dobiestation
pkgdesc = A Dog based emulator for the ps2
- pkgver = r1755.987d1b7
+ pkgver = r1760.ff3a064
pkgrel = 1
url = https://github.com/PSI-Rockin/DobieStation/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b2cadf2e5a32..9f418d57a684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=dobiestation
pkgrel=1
-pkgver=r1755.987d1b7
+pkgver=r1760.ff3a064
pkgdesc='A Dog based emulator for the ps2'
arch=(x86_64)
url=https://github.com/PSI-Rockin/DobieStation/
@@ -32,7 +32,7 @@ prepare()
git clone https://github.com/PSI-Rockin/DobieStation.git
cd DobieStation
mkdir build && cd build
- cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
+ cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr
}
build() {
@@ -42,5 +42,5 @@ build() {
package() {
cd DobieStation && cd build
- make install
+ make DESTDIR="$pkgdir" install
} \ No newline at end of file