]> git.sev.monster Git - aports.git/commitdiff
mympd: update to 12.0.4
authorsev <git@sev.monster>
Tue, 10 Oct 2023 15:33:47 +0000 (10:33 -0500)
committersev <git@sev.monster>
Tue, 10 Oct 2023 15:33:47 +0000 (10:33 -0500)
testing/mympd/APKBUILD

index b584482053753c9e69f6899ae93457e5c89edd7c..d69e7dc10c67eecc3395cdb273d101d21dd7584a 100644 (file)
@@ -1,20 +1,19 @@
 # Contributor: sev <alpine@sev.monster>
 # Maintainer: sev <alpine@sev.monster>
 # Contributor: sev <alpine@sev.monster>
 # Maintainer: sev <alpine@sev.monster>
+# Based on upstream APKBUILD
+# https://github.com/jcorporation/myMPD/blob/master/contrib/packaging/alpine/APKBUILD.in
 pkgname=mympd
 pkgname=mympd
-pkgver=10.3.0
-pkgrel=1
+pkgver=12.0.4
+pkgrel=0
 pkgdesc="myMPD is a standalone and mobile friendly web-based MPD client."
 url="https://jcorporation.github.io/myMPD/"
 arch="all"
 license="GPL-3.0-or-later"
 pkgdesc="myMPD is a standalone and mobile friendly web-based MPD client."
 url="https://jcorporation.github.io/myMPD/"
 arch="all"
 license="GPL-3.0-or-later"
-# for ssl support
-#depends="libid3tag flac openssl>=1.1.0 lua5.4-libs pcre2"
-#makedepends="cmake>=3.4 perl libid3tag-dev flac-dev openssl>=1.1.0 linux-headers lua5.4-dev pcre2-dev jq"
-depends="libid3tag flac lua5.4-libs pcre2"
-makedepends="cmake>=3.4 perl libid3tag-dev flac-dev linux-headers lua5.4-dev pcre2-dev jq"
+depends="libid3tag flac openssl>=1.1.0 lua5.4-libs pcre2"
+makedepends="cmake>=3.4 perl libid3tag-dev flac-dev openssl-dev>=1.1.0 linux-headers lua5.4-dev pcre2-dev jq"
 install="$pkgname.pre-install"
 install="$pkgname.pre-install"
-subpackages="$pkgname-doc $pkgname-openrc"
-source="myMPD-$pkgver.tar.gz::https://github.com/jcorporation/myMPD/archive/refs/heads/v$pkgver.tar.gz"
+subpackages="$pkgname-doc $pkgname-openrc $pkgname-dbg"
+source="myMPD-$pkgver.tar.gz::https://github.com/jcorporation/myMPD/archive/refs/tags/v$pkgver.tar.gz"
 builddir="$srcdir/myMPD-$pkgver"
 
 build() {
 builddir="$srcdir/myMPD-$pkgver"
 
 build() {
@@ -40,5 +39,5 @@ package() {
 }
 
 sha512sums="
 }
 
 sha512sums="
-8c0d4aa0d26ca42b96e8ed50db4e7a8f23b8f81f1534e29c29334842735c1a77a6ad8ad785c28afe558e2b26078eae50aef4a9af9f26dc24760dd0b63afccb8f  myMPD-10.3.0.tar.gz
+ab3391c294b9ee7a82c61021d950241cd395ab851496407b0cc4556fb3f58c3d70299dca719f37ac0de7535b5aef5450c5663762d2e39281ee3a23db45f4c997  myMPD-12.0.4.tar.gz
 "
 "
This page took 0.083134 seconds and 4 git commands to generate.