summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2023-04-08 00:56:02 +0200
committerUffe Jakobsen2023-04-08 00:56:02 +0200
commitcd563a72bc575ed16a1865f286587bd426f1d2e9 (patch)
tree59b4034dbd7867b481bc126281d377bab049a471
parent1c791e73b1aec4d9fb5a070197e1932ccc850829 (diff)
downloadaur-cd563a72bc575ed16a1865f286587bd426f1d2e9.tar.gz
Update to version 0.4.99.104
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 715df8a4dcbb..06eeb17db6c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opencbm
pkgdesc = OpenCBM allows access to Commodore (C64) storage devices VIC 1540, 1541, 1570, 1571, or even 1581 floppy drive
- pkgver = 0.4.99.99a
+ pkgver = 0.4.99.104
pkgrel = 1
url = https://github.com/OpenCBM/OpenCBM
arch = i686
@@ -11,9 +11,9 @@ pkgbase = opencbm
depends = libusb
optdepends = ncurses: enable interactive mode for cbmlinetester
provides = opencbm
+ conflicts = opencbm
backup = etc/opencbm.conf
- source = https://github.com/OpenCBM/OpenCBM/archive/v0.4.99.99a.tar.gz
- md5sums = c67518fff6c8b3c62b46cb382b115053
+ source = https://github.com/OpenCBM/OpenCBM/archive/v0.4.99.104.tar.gz
+ sha256sums = 5499cd1143b4a246d6d7e93b94efbdf31fda0269d939d227ee5bcc0406b5056a
pkgname = opencbm
-
diff --git a/PKGBUILD b/PKGBUILD
index e4f7ec500b01..4626a62c0903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Uffe Jakobsen <microtop@starion.dk>
#
pkgname=opencbm
-pkgver=0.4.99.99a
+pkgver=0.4.99.104
pkgrel=1
epoch=
_pkgname=OpenCBM
@@ -22,7 +22,7 @@ makedepends=('git' 'cc65')
checkdepends=()
optdepends=('ncurses: enable interactive mode for cbmlinetester')
provides=('opencbm')
-conflicts=()
+conflicts=('opencbm')
replaces=()
backup=('etc/opencbm.conf')
options=()
@@ -31,7 +31,7 @@ changelog=
noextract=()
_srcdirname=${_pkgname}-${_pkgver}
source=("https://github.com/OpenCBM/${_pkgname}/archive/v${_pkgver}.tar.gz")
-md5sums=('c67518fff6c8b3c62b46cb382b115053')
+sha256sums=('5499cd1143b4a246d6d7e93b94efbdf31fda0269d939d227ee5bcc0406b5056a')
build_kernel_module=
@@ -43,7 +43,7 @@ prepare()
{
cd "${srcdir}/${_srcdirname}"
# kernel module: add includes to kernel module source
- sed -i '\!#include <asm/uaccess.h>!s!.*!&\n#include <linux/uaccess.h>\n#include <linux/sched/signal.h>!' opencbm/sys/linux/cbm_module.c
+ #sed -i '\!#include <asm/uaccess.h>!s!.*!&\n#include <linux/uaccess.h>\n#include <linux/sched/signal.h>!' opencbm/sys/linux/cbm_module.c
# kernel module: Makefile is needed later
sed -i '\!-rm -f Makefile!d' opencbm/sys/linux/LINUX/Makefile
}