George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
pt2-clone
Commits:
d6fe66d8 by George Rawlinson at 2026-03-03T21:29:35+00:00
reuse: simplify conf
- - - - -
bc2cf162 by George Rawlinson at 2026-03-03T21:31:17+00:00
upgpkg: 1.81-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pt2-clone
pkgdesc = A highly accurate clone of the classic ProTracker 2.3D
software for Amiga
- pkgver = 1.80.1
+ pkgver = 1.81
pkgrel = 1
url = https://16-bits.org/pt2.php
install = pt2-clone.install
@@ -12,8 +12,8 @@ pkgbase = pt2-clone
depends = alsa-lib
depends = sdl2
depends = hicolor-icon-theme
- source =
pt2-clone::git+https://github.com/8bitbubsy/pt2-clone#tag=v1.80.1
- sha512sums =
d8297d91cac9711e92f09de87829eca77d6c7e3ca7b8256f71d9e90fd0c2bcd5b5fdf920b25556657dbd2e84a6bf2ef425a06c0fb988813f635dcb149cd5d0ed
- b2sums =
9ea9a75b9692bfa10854d1757c7d17762b24c7187d17d94f06432ebf310022caebd36ff0963ec1da51b55f1e56e34898f8a651449640cfbe7f6f648978101cb7
+ source = pt2-clone::git+https://github.com/8bitbubsy/pt2-clone#tag=v1.81
+ sha512sums =
4be716dba9e751c0bcfd0282ae86959f7b9f5d724933d2fbfbdedcc7add755294dd6f1cb0a222a8eba7e22e5c825bacbd0eb3c660d12ea0c48c3e11c171a40ff
+ b2sums =
ca35b9651984c3e8be2db216889461521500a0e2f7e6528220d878b911301793f4c5576ded6e84157b974ffe2e31d2fa72b923cd721f2180039660c707ed019d
pkgname = pt2-clone
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=pt2-clone
-pkgver=1.80.1
+pkgver=1.81
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
@@ -11,8 +11,8 @@ depends=(glibc alsa-lib sdl2 hicolor-icon-theme)
makedepends=(git cmake)
install=pt2-clone.install
source=("$pkgname::git+https://github.com/8bitbubsy/pt2-clone#tag=v$pkgver")
-sha512sums=('d8297d91cac9711e92f09de87829eca77d6c7e3ca7b8256f71d9e90fd0c2bcd5b5fdf920b25556657dbd2e84a6bf2ef425a06c0fb988813f635dcb149cd5d0ed')
-b2sums=('9ea9a75b9692bfa10854d1757c7d17762b24c7187d17d94f06432ebf310022caebd36ff0963ec1da51b55f1e56e34898f8a651449640cfbe7f6f648978101cb7')
+sha512sums=('4be716dba9e751c0bcfd0282ae86959f7b9f5d724933d2fbfbdedcc7add755294dd6f1cb0a222a8eba7e22e5c825bacbd0eb3c660d12ea0c48c3e11c171a40ff')
+b2sums=('ca35b9651984c3e8be2db216889461521500a0e2f7e6528220d878b911301793f4c5576ded6e84157b974ffe2e31d2fa72b923cd721f2180039660c707ed019d')
prepare() {
cd "$pkgname"
=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
"*.install",
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pt2-clone/-/compare/085be85759a91c1e9cb0ddde5783a07af692e81a...bc2cf162c2d9a3e2b11fd440c475a4a0a24f16f1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pt2-clone/-/compare/085be85759a91c1e9cb0ddde5783a07af692e81a...bc2cf162c2d9a3e2b11fd440c475a4a0a24f16f1
You're receiving this email because of your account on gitlab.archlinux.org.