summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2e0544d27ee..0859025cf708 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adom-noteye
pkgdesc = A roguelike game with a quest-centric, plot driven structure (+ GUI) - Please consider buying the game on Steam
pkgver = 3.3.3
- pkgrel = 5
+ pkgrel = 6
url = http://www.adom.de/
arch = x86_64
license = custom:adom
@@ -17,7 +17,6 @@ pkgbase = adom-noteye
provides = adom
conflicts = adom
conflicts = adom-restricted
- conflicts = adom-noteye
source_x86_64 = https://repo.sshadm.in/archlinux/eldios/x86_64/adom_noteye_64_3.3.3.tar.xz
source_x86_64 = https://repo.sshadm.in/archlinux/eldios/common/adom.sh
source_x86_64 = https://repo.sshadm.in/archlinux/eldios/common/LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index e7bffb29480d..ef15eab9f0d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=adom-noteye
pkgver=3.3.3
-pkgrel=5
+pkgrel=6
pkgdesc="A roguelike game with a quest-centric, plot driven structure (+ GUI) - Please consider buying the game on Steam"
arch=("x86_64")
url="http://www.adom.de/"
-conflicts=('adom' 'adom-restricted' 'adom-noteye')
+conflicts=('adom' 'adom-restricted')
provides=('adom')
depends=('ncurses' 'mesa' 'sdl_image' 'sdl_net' 'sdl_mixer' 'lua51' 'libbsd'
'libmad' 'libpng12')
@@ -29,7 +29,7 @@ sha256sums_x86_64=(
package() {
# Copy entire contents of the archive to /opt
install -d "${pkgdir}/opt"
- cp -R "${srcdir}/adom" "${pkgdir}/opt/"
+ cp -R "${srcdir}/opt/adom" "${pkgdir}/opt/"
# Since the adom binary uses a relative RPATH, it's either
# this or patching the binary