summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Pharoah2022-09-08 13:56:41 -0400
committerMatt Pharoah2022-09-08 13:56:41 -0400
commit8cfca4c03218a81bd376b106ae4343629bffe776 (patch)
tree0bd907ace9fe8686920de1f331e4fb3eb0cbc66e
parent77523a339c9acd6baaba8c54dce0c8b7c4db7a48 (diff)
downloadaur-blueprint64.tar.gz
Alpha 10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7774344d69c..1601bd3ae1d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blueprint64
pkgdesc = A general-purpose ROMhacking tool for creating Super Mario 64 ROMhacks.
- pkgver = 0.19.2
+ pkgver = 0.20.0
pkgrel = 0
url = https://blueprint64.ca/
install = blueprint64.install
@@ -10,14 +10,12 @@ pkgbase = blueprint64
makedepends = qt5-declarative
makedepends = make
depends = glibc
- depends = libstdc++5
depends = gcc-libs
depends = qt5-base
depends = qt5-svg
depends = which
depends = zlib
- source = https://gitlab.com/blueprint64/blueprint-64/uploads/eca3706d34c726ed2ade90cb3d291407/blueprint64-0.19.2.tar.gz
- md5sums = 1004903248221906134d0e4a4645b725
+ source = https://gitlab.com/blueprint64/blueprint-64/uploads/75763ea95dc9261c0142cbdeec5e6847/blueprint64-0.20.0.tar.gz
+ sha256sums = 6ecd9081bc63647a9a2432c7a1e717bb222927e001dd17dc2f5abb43067c007b
pkgname = blueprint64
-
diff --git a/PKGBUILD b/PKGBUILD
index d976252629c8..56d697ea48ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matt Pharoah <mtpharoah@gmail.com>
pkgname=blueprint64
-pkgver=0.19.2
+pkgver=0.20.0
pkgrel=0
epoch=
pkgdesc='A general-purpose ROMhacking tool for creating Super Mario 64 ROMhacks.'
@@ -10,7 +10,6 @@ license=('GPL2')
groups=()
depends=(
'glibc'
- 'libstdc++5'
'gcc-libs'
'qt5-base'
'qt5-svg'
@@ -34,14 +33,14 @@ backup=()
options=()
install='blueprint64.install'
changelog=
-source=('https://gitlab.com/blueprint64/blueprint-64/uploads/eca3706d34c726ed2ade90cb3d291407/blueprint64-0.19.2.tar.gz')
+source=('https://gitlab.com/blueprint64/blueprint-64/uploads/75763ea95dc9261c0142cbdeec5e6847/blueprint64-0.20.0.tar.gz')
noextract=()
-md5sums=('1004903248221906134d0e4a4645b725')
+sha256sums=('6ecd9081bc63647a9a2432c7a1e717bb222927e001dd17dc2f5abb43067c007b')
validpgpkeys=()
build() {
qmake-qt5 app.pro -spec linux-g++
- make
+ make -j `nproc`
}
package() {