summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgammy2019-07-04 17:30:40 +0200
committergammy2019-07-04 17:30:40 +0200
commit7294f9866edc6d2737ae0affe9584386f7d6f885 (patch)
tree46261ed5f2174a9de12fc4f961dc0c4c2b16f351 /PKGBUILD
parent77c7a2e70fb745d5753e96b4b0961b3f45aa2677 (diff)
downloadaur-7294f9866edc6d2737ae0affe9584386f7d6f885.tar.gz
Update package for v2.2.0 of ucon64, released on May 31, 2019. Thanks Daniël Hörchner (upstream developer of ucon64) for letting me know, and sorry for the delayed package update. This package drops the two prior patches: these fixes have been amended upstream.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 3 insertions, 17 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52fdef8b41e2..eef77e9bc2bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: robb_force <robb_force@holybuffalo.net>
pkgname=ucon64
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="A ROM backup tool and emulator's Swiss Army knife program. "
arch=('i686' 'x86_64')
url="http://ucon64.sourceforge.net/index.php"
@@ -13,24 +13,10 @@ license=('GPL')
depends=('zlib' 'libusb-compat')
optdepends=('libieee1284: libcd64 enhancements')
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('c99964060a5337cea811b27c4103e186a14ba1f04b19cff08bac0260271bc872')
-source+=(fix_makefile_cflags.diff)
-sha256sums+=('8f1532c4c35b98af34b3c1dc3bdeaa6c2183c7927be69ce396895491d7e8feff')
-source+=(fix_libcd64_libieee1284.diff)
-sha256sums+=('19efc5d87c07c11797fba657f25619c70fa175d100688eafd1094d14baad1255')
+sha256sums=('5727e0be9ee878bba84d204135a7ca25662db6b56fee6895301e50c1bdda70af')
srcroot="${pkgname}-${pkgver}-src/"
-prepare()
-{
- echo "Applying Makefile CFLAGS fix"
- patch -d "${srcroot}" -p1 < "../fix_makefile_cflags.diff"
-
- # Thanks harpin from the aur forums for pointing this bug out!
- echo "Applying libcd64 ieee1284 shared library fix"
- patch -d "${srcroot}" -p1 < "../fix_libcd64_libieee1284.diff"
-}
-
build()
{
cd "${srcroot}/src"