Date: Tuesday, May 16, 2023 @ 02:04:39 Author: grawlinson Revision: 1461893
upgpkg: pt2-clone 1.58-1; new upstream release Modified: pt2-clone/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-16 02:04:29 UTC (rev 1461892) +++ PKGBUILD 2023-05-16 02:04:39 UTC (rev 1461893) @@ -1,16 +1,16 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=pt2-clone -pkgver=1.57 +pkgver=1.58 pkgrel=1 pkgdesc='A highly accurate clone of the classic ProTracker 2.3D software for Amiga' arch=('x86_64') # note: not compatible with big-endian CPUs url='https://16-bits.org/pt2.php' license=('BSD') -depends=('alsa-lib' 'sdl2' 'hicolor-icon-theme') +depends=('glibc' 'alsa-lib' 'sdl2' 'hicolor-icon-theme') makedepends=('git' 'cmake') install='pt2-clone.install' -_commit='aadb24ea9df19ef1443af2a407503954cd8adfa8' +_commit='77f30014a888e20a0940db2c328d935e9e18ec7f' source=("$pkgname::git+https://github.com/8bitbubsy/pt2-clone#commit=$_commit") b2sums=('SKIP')
