Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / glhack
Commits: 8efc6035 by Jelle van der Waa at 2024-07-12T11:42:30+02:00 upgpkg: 1.2-11: Rebuild with .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = glhack + pkgdesc = A port of Nethack, a single player dungeon exploration game in 2D + pkgver = 1.2 + pkgrel = 11 + url = http://glhack.sourceforge.net/ + install = glhack.install + arch = x86_64 + license = custom + makedepends = mesa + makedepends = systemd + depends = sdl + depends = libpng + depends = libgl + source = https://downloads.sourceforge.net/glhack/glhack-1.2.tar.gz + source = glhack-libpng15.patch + source = glhack-printf.patch + sha256sums = cbde16bb03d3058cd1aa9341ee65b746976b35f92ff88a34ca58910114e287ad + sha256sums = 69d6f2916dff787f73a2b6eb1b2d9e12e435d11ad930133db3f9e58754bbdf28 + sha256sums = 973d8e9f10249f997dec8315742692c86de1ff83deb7bd7bc2b0f8ae79f1a18a + +pkgname = glhack ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=glhack pkgver=1.2 -pkgrel=10 +pkgrel=11 pkgdesc="A port of Nethack, a single player dungeon exploration game in 2D" arch=('x86_64') url="http://glhack.sourceforge.net/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glhack/-/commit/8efc60353e4ff6c28f1ac74c04210664b4b41d24 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glhack/-/commit/8efc60353e4ff6c28f1ac74c04210664b4b41d24 You're receiving this email because of your account on gitlab.archlinux.org.
