summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 802764e1f680..f356cea90fe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,11 @@ pkgbase = grfcodec-bin
url = https://github.com/OpenTTD/grfcodec
arch = x86_64
license = GPL2
+ depends = zlib
+ depends = gcc-libs
+ depends = glibc
provides = grfcodec
+ conflicts = grfcodec
source = https://cdn.openttd.org/grfcodec-releases/6.0.6/grfcodec-6.0.6-linux-generic-amd64.tar.gz
md5sums = f0cd2dfbdad7713b27d4e5d2a479bda4
diff --git a/PKGBUILD b/PKGBUILD
index 99db41841b80..b4a7facfc30d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ pkgdesc='A set of tools for developing (New)GRFs'
arch=('x86_64')
url='https://github.com/OpenTTD/grfcodec'
license=('GPL2')
+depends=('zlib' 'gcc-libs' 'glibc')
provides=('grfcodec')
+conflicts=('grfcodec')
source=('https://cdn.openttd.org/grfcodec-releases/6.0.6/grfcodec-6.0.6-linux-generic-amd64.tar.gz')
md5sums=('f0cd2dfbdad7713b27d4e5d2a479bda4')