Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / zaz
Commits: 6564032d by Sven-Hendrik Haase at 2024-07-01T06:19:15+02:00 upgpkg: 1.0.1-2: Rebuild to add .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = zaz + pkgdesc = Puzzle game where the player has to arrange balls in triplets + pkgver = 1.0.1 + pkgrel = 2 + url = http://sourceforge.net/projects/zaz/ + arch = x86_64 + license = GPL3 + license = custom:CCBYSA + depends = ftgl + depends = sdl + depends = sdl_image + depends = libvorbis + depends = libtheora + source = https://download.sourceforge.net/sourceforge/zaz/files/zaz-1.0.1.tar.gz + sha512sums = 23ec04acaf0e75d7b99a4b58992d77d8d2074db1a2712c58a2c2a719682ed5aef508d5ffb15ff8c9a1a5ced119342654b6e599300b36e82488865dd851acf3da + +pkgname = zaz ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=zaz pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Puzzle game where the player has to arrange balls in triplets" arch=('x86_64') url="http://sourceforge.net/projects/zaz/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zaz/-/commit/6564032de951ea6e5dfbfca70118bd1f7c3bf83a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zaz/-/commit/6564032de951ea6e5dfbfca70118bd1f7c3bf83a You're receiving this email because of your account on gitlab.archlinux.org.
