Date: Tuesday, January 24, 2023 @ 23:52:37 Author: grawlinson Revision: 1388185
upgpkg: ft2-clone 1.63-1; new upstream release Modified: ft2-clone/trunk/PKGBUILD ft2-clone/trunk/templatify-build-date.patch -----------------------------+ PKGBUILD | 6 +++--- templatify-build-date.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-24 23:49:44 UTC (rev 1388184) +++ PKGBUILD 2023-01-24 23:52:37 UTC (rev 1388185) @@ -3,7 +3,7 @@ # Contributor: Alex Gentilucci <[email protected]> pkgname=ft2-clone -pkgver=1.62 +pkgver=1.63 pkgrel=1 pkgdesc='Portable Fasttracker II clone' arch=('x86_64') @@ -25,13 +25,13 @@ 'cmake' 'gendesk' ) -_commit='fde50d93b2284178743a12e8c359286ea99f0b21' +_commit='f7063748617e4dc6742294e8a471383e7b2ba497' source=( "$pkgname::git+https://github.com/8bitbubsy/ft2-clone#commit=$_commit" 'templatify-build-date.patch' ) b2sums=('SKIP' - 'c983881cf54bab2e643bebedb8aa933605e7bf5e76b13a5ff26e2727ac14f6748b40351aee64b2672c752a42273f581f69bf35ef82fef8555a141e569be97b53') + '191f6b3e3dbff4b4751867d62bf46a3c9a47cff93f8d16be79caaa036a2e1a2e7e41b6cac3c58246a58a9e4075bc106edb851e6fc38fac2f8e3d16396a7cebe3') pkgver() { cd "$pkgname" Modified: templatify-build-date.patch =================================================================== --- templatify-build-date.patch 2023-01-24 23:49:44 UTC (rev 1388184) +++ templatify-build-date.patch 2023-01-24 23:52:37 UTC (rev 1388185) @@ -14,7 +14,7 @@ @@ -13,6 +13,7 @@ #include "ft2_replayer.h" - #define PROG_VER_STR "1.62" + #define PROG_VER_STR "1.63" +#define PROG_VER_DATE "@DATE@" // do NOT change these! It will only mess things up...
