summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Paden2020-12-02 13:17:00 -0600
committerAaron Paden2020-12-02 13:17:00 -0600
commit2058efef3d218e0e218da704a1dff83c9d5f3d1f (patch)
treefa7e2a6b1ecad6b15d46b5740153db068e9e0a85
parent22a0020aba596567b2657b5f7d65840f7723e69e (diff)
downloadaur-2058efef3d218e0e218da704a1dff83c9d5f3d1f.tar.gz
Update to v17
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
-rw-r--r--use-fcommon.patch12
3 files changed, 8 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 071f76c35eb4..54647a6ab53e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pcem
pkgdesc = Emulator for various IBM PC computers and clones.
- pkgver = 16
- pkgrel = 4
+ pkgver = 17
+ pkgrel = 1
url = http://pcem-emulator.co.uk/
arch = x86_64
arch = i686
@@ -10,10 +10,8 @@ pkgbase = pcem
depends = openal
depends = sdl2
depends = alsa-lib
- source = http://pcem-emulator.co.uk/files/PCemV16Linux.tar.gz
- source = use-fcommon.patch
- sha256sums = 45ae9321ee25375f0e685a49d84e8a5acba8ed33ccf597299edcf287cb3c8499
- sha256sums = a020184887520f58e74a8ebb990fb677af4d40dd87a5602f2336945824c7cea9
+ source = http://pcem-emulator.co.uk/files/PCemV17Linux.tar.gz
+ sha256sums = 5b24cb5ce886ed53232385f46594146ba3f7d7eecda90f82892b2dce1cb2f1a4
pkgname = pcem
diff --git a/PKGBUILD b/PKGBUILD
index fe7021d23bbe..8d0964c968fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,15 @@
# Maintainer: Aaron Paden <aaronbpaden@gmail.com>
# Contributor: Natalia Portillo <claunia@clania.com>
pkgname=pcem
-pkgver=16
-pkgrel=4
+pkgver=17
+pkgrel=1
pkgdesc="Emulator for various IBM PC computers and clones."
url="http://pcem-emulator.co.uk/"
arch=('x86_64' 'i686')
license=('GPL2')
depends=('wxgtk2' 'openal' 'sdl2' 'alsa-lib')
-source=("http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz"
- use-fcommon.patch)
+source=("http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz")
-prepare() {
- cd "${srcdir}"
- # fix build with gcc 10
- patch -p0 <"${srcdir}/use-fcommon.patch"
-}
build() {
cd "${srcdir}"
autoreconf
@@ -30,5 +24,4 @@ package() {
}
# vim:set ts=2 sw=2 et:
-sha256sums=('45ae9321ee25375f0e685a49d84e8a5acba8ed33ccf597299edcf287cb3c8499'
- 'a020184887520f58e74a8ebb990fb677af4d40dd87a5602f2336945824c7cea9')
+sha256sums=('5b24cb5ce886ed53232385f46594146ba3f7d7eecda90f82892b2dce1cb2f1a4')
diff --git a/use-fcommon.patch b/use-fcommon.patch
deleted file mode 100644
index 1cdb75909065..000000000000
--- a/use-fcommon.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.ac 2020-05-15 23:33:55.534886733 -0500
-+++ configure.ac2 2020-05-15 23:34:30.310669969 -0500
-@@ -31,8 +31,8 @@
- CXXFLAGS="-Wall -O0 -g -D_DEBUG"
- AC_MSG_RESULT([yes])
- else
-- CFLAGS="-O3"
-- CXXFLAGS="-O3"
-+ CFLAGS="-O3 -fcommon"
-+ CXXFLAGS="-O3 -fcommon"
- AC_MSG_RESULT([no])
- fi