summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-05-25 11:15:56 +0200
committerFrederic Bezies2021-05-25 11:15:56 +0200
commitc43d4446e657385cc22dd0617ae3f5f917c7c594 (patch)
treeb9d6f4dc6808157402ecf13d2cebb684d23083cd
parent9540c6cecf7364d12b5f4e856419104d7743b373 (diff)
downloadaur-c43d4446e657385cc22dd0617ae3f5f917c7c594.tar.gz
May 25th, 2021 update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc121536971e..13aa507bd88f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcem-git
pkgdesc = Emulator for various IBM PC computers and clones - development version
- pkgver = r1735.feda966
+ pkgver = r1739.c82cd20
pkgrel = 1
url = http://pcem-emulator.co.uk/
arch = x86_64
@@ -12,7 +12,6 @@ pkgbase = pcem-git
depends = openal
depends = sdl2
conflicts = pcem
- conflicts = pcem-hg
source = git+https://github.com/sarah-walker-pcem/pcem.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1fddbb302283..c03f0d9c38eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on Aaron Paden <aaronbpaden@gmail.com> PKGBUILD for pcem
pkgname=pcem-git
_pkgname=pcem
-pkgver=r1735.feda966
+pkgver=r1739.c82cd20
pkgrel=1
pkgdesc="Emulator for various IBM PC computers and clones - development version"
url="http://pcem-emulator.co.uk/"
@@ -10,7 +10,7 @@ arch=('x86_64' 'i686')
license=('GPL2')
depends=('wxgtk2' 'openal' 'sdl2')
makedepends=('git' 'automake-1.15')
-conflicts=('pcem' 'pcem-hg')
+conflicts=('pcem')
source=("git+https://github.com/sarah-walker-pcem/pcem.git")
sha256sums=('SKIP')