summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e9a88a064c8..6991de9fe3e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = woof-git
pkgdesc = Doom port remaining faithful to Lee Killough’s MBF on DOS
- pkgver = 7.0.0.r0.afef615
+ pkgver = 7.0.0.r10.564fe38
pkgrel = 1
url = https://github.com/fabiangreffrath/woof
arch = x86_64
@@ -11,8 +11,6 @@ pkgbase = woof-git
depends = sdl2_net
depends = sdl2_mixer
depends = sdl2_image
- provides = woof
- conflicts = woof
source = woof::git+https://github.com/fabiangreffrath/woof.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7b8ca8086aa2..033812b3ad14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#Contributor: Mike Swanson
pkgname=woof-git
-pkgver=7.0.0.r0.afef615
+pkgver=7.0.0.r10.564fe38
pkgrel=1
pkgdesc="Doom port remaining faithful to Lee Killough’s MBF on DOS"
arch=("x86_64")
@@ -10,8 +10,6 @@ url="https://github.com/fabiangreffrath/woof"
license=('GPL2')
depends=('hicolor-icon-theme' 'sdl2_net' 'sdl2_mixer' 'sdl2_image')
makedepends=('cmake' 'git')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
source=(woof::git+"${url}".git)
sha512sums=('SKIP')