Skip to content

Commit 3681dad

Browse files
committed
Upd: myGPIOd v1.0.0
1 parent 42576f0 commit 3681dad

26 files changed

+10
-3
lines changed

mympdos/build/build.sh

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ B_BUILD="1"
1414
B_MYMPD="1"
1515
B_MYMPD_BRANCH="master"
1616
#B_MYMPD_BRANCH="devel"
17+
B_MYMPD_PKGREL="1"
1718
B_LIBMPDCLIENT="1"
1819
B_MPC="1"
1920
B_MPD_STABLE="1"
2021
B_MPD_MASTER="1"
2122
B_MYGPIOD="1"
22-
#B_MYGPIOD_BRANCH="master"
23-
B_MYGPIOD_BRANCH="devel"
24-
B_MYGPIOD_PKGREL="1"
23+
B_MYGPIOD_BRANCH="master"
24+
#B_MYGPIOD_BRANCH="devel"
25+
B_MYGPIOD_PKGREL="2"
2526
B_MUSICDB_SCRIPTS="1"
2627

2728
get_pkgver() {
@@ -183,6 +184,12 @@ then
183184
su build -c "rm -rf myMPD"
184185
su build -c "git clone -b $B_MYMPD_BRANCH --depth=1 https://github.com/jcorporation/myMPD.git"
185186
cd myMPD || exit 1
187+
# Enforce specific package release
188+
if [ -n "${B_MYMPD_PKGREL}" ]
189+
then
190+
echo "Setting pkgrel to ${B_MYMPD_PKGREL}"
191+
sed -i "s/^pkgrel=.*/pkgrel=${B_MYMPD_PKGREL}/" contrib/packaging/alpine/APKBUILD
192+
fi
186193
MYMPD_PACKAGE=$(get_pkgname contrib/packaging/alpine)
187194
if [ ! -f "../packages/package/$ARCH/$MYMPD_PACKAGE" ]
188195
then

repository/aarch64/APKINDEX.tar.gz

-538 Bytes
Binary file not shown.
-104 KB
Binary file not shown.
-107 KB
Binary file not shown.
-108 KB
Binary file not shown.
109 KB
Binary file not shown.
-166 KB
Binary file not shown.
-168 KB
Binary file not shown.
-176 KB
Binary file not shown.
176 KB
Binary file not shown.

0 commit comments

Comments
 (0)