[arch-commits] Commit in supertux/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Mar 25 01:21:20 UTC 2020
Date: Wednesday, March 25, 2020 @ 01:21:17
Author: svenstaro
Revision: 603962
upgpkg: supertux 0.6.1-3: Add boost-libs dep (fixes FS#65967)
Modified:
supertux/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-25 00:57:28 UTC (rev 603961)
+++ PKGBUILD 2020-03-25 01:21:17 UTC (rev 603962)
@@ -6,12 +6,12 @@
pkgname=supertux
pkgver=0.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the original SuperMario games"
arch=('x86_64')
url="https://github.com/supertux/supertux"
license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 'freetype2')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 'freetype2' 'boost-libs' 'hicolor-icon-theme')
makedepends=('cmake' 'boost' 'mesa' 'optipng')
source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz")
sha512sums=('38a1da2a0546aa7fb98ece307b35a7e03a154b018d4b732592d3a718fd6c8ba827f3f8d99f0df777b7f438c0294c1838185ea7e60cc08f8cdb6f9a46b440e860')
More information about the arch-commits
mailing list