Date: Tuesday, May 16, 2023 @ 02:15:58
  Author: grawlinson
Revision: 1461896

upgpkg: furnace 0.6pre4-1; new upstream release

Modified:
  furnace/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-16 02:07:22 UTC (rev 1461895)
+++ PKGBUILD    2023-05-16 02:15:58 UTC (rev 1461896)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson <[email protected]>
 
 pkgname=furnace
-pkgver=0.6pre3
+pkgver=0.6pre4
 pkgrel=1
 pkgdesc='A multi-system chiptune tracker compatible with DefleMask modules'
 arch=('x86_64')
@@ -8,6 +8,8 @@
 url='https://github.com/tildearrow/furnace'
 license=('GPL2')
 depends=(
+  'glibc'
+  'gcc-libs'
   'alsa-lib'
   'hicolor-icon-theme'
   'sdl2'
@@ -15,6 +17,7 @@
   'fmt'
   'rtmidi'
   'fftw'
+  'zlib'
 )
 makedepends=(
   'git'
@@ -22,7 +25,7 @@
   'jack'
 )
 optdepends=('jack: JACK audio support')
-_commit='db690a1e45cee255d3f4d7004ee0c382a5e16b0a'
+_commit='c139d7d7fa7d22012b107993945457c7d90daa9b'
 source=(
   "$pkgname::git+$url#commit=$_commit"
   'github.com-superctr-adpcm::git+https://github.com/superctr/adpcm'
@@ -33,7 +36,7 @@
 pkgver() {
   cd "$pkgname"
 
-  git describe --tags | sed 's/^v//'
+  git describe --tags | sed -e 's/^v//' -e 's/-hotfix$//'
 }
 
 prepare() {

Reply via email to