summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2017-11-30 16:38:37 +0100
committerEmanuele 'Lele' Calo2017-11-30 16:38:37 +0100
commit393c66e9be91bce8fcef40ec363c553dbbbdc451 (patch)
tree7d7a80b28e1cea44a451d0862b8a2d7cb1b3a67e
parent8aff1c603817f7b5ebce0c9cb6f458de0638cefc (diff)
downloadaur-393c66e9be91bce8fcef40ec363c553dbbbdc451.tar.gz
libtfino is bundled IN the package now
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD4
2 files changed, 26 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a9ddf5558c9..b2bcb5e8fa4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,3 +23,27 @@ pkgbase = adom-noteye
pkgname = adom-noteye
+pkgbase = adom-noteye
+ pkgdesc = A roguelike game with a quest-centric, plot driven structure (+ GUI)
+ pkgver = 2.3.8
+ pkgrel = 2
+ epoch = 1
+ url = http://www.adom.de/
+ arch = x86_64
+ license = custom: "adom"
+ depends = ncurses
+ depends = mesa
+ depends = sdl_image
+ depends = sdl_net
+ depends = sdl_mixer
+ depends = lua51
+ depends = libbsd
+ provides = adom
+ conflicts = adom
+ conflicts = adom-restricted
+ conflicts = adom-noteye
+ source_x86_64 = https://repo.sshadm.in/archlinux/eldios/x86_64/adom_noteye_64_2.3.8.tar.gz
+ sha256sums_x86_64 = 3fc5d7cc0d40a796e6f38ddea9ae6eb7d0f88424be7fd8680364823e1e132751
+
+pkgname = adom-noteye
+
diff --git a/PKGBUILD b/PKGBUILD
index f2f5ce6c4a8f..e04c6cc751d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=adom-noteye
epoch=1
pkgver=2.3.8
-pkgrel=1
+pkgrel=2
pkgdesc="A roguelike game with a quest-centric, plot driven structure (+ GUI)"
arch=("x86_64")
url="http://www.adom.de/"
conflicts=('adom' 'adom-restricted' 'adom-noteye')
provides=('adom')
depends=('ncurses' 'mesa' 'sdl_image' 'sdl_net' 'sdl_mixer' 'lua51'
- 'libtinfo' 'libbsd')
+ 'libbsd')
_source_url="https://repo.sshadm.in/archlinux/eldios/${arch}"
license=('custom: "adom"')