summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-11-08 20:55:28 +0800
committerzxp198210052024-11-08 20:55:28 +0800
commitffbcb961689be5c0a4923ccc1ad6789752493e89 (patch)
treefc76e188c66418cbcdb4d35fa2a7dae05d2e2576
parentc1d2089ee4b3672e4e25599c67681410635a3d0e (diff)
downloadaur-ffbcb961689be5c0a4923ccc1ad6789752493e89.tar.gz
update to latest.r4.g5553175
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6fa962e64f7..776ae8bf8223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hihat-git
pkgdesc = A minimalist offline music library player for desktop, built on Electron, React, and Material UI.Use system-wide electron.
- pkgver = latest.r0.gac3bdec
+ pkgver = latest.r4.g5553175
pkgrel = 1
url = https://github.com/johnnyshankman/hihat
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 0326e1cf6026..c7cc2184c0d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=hihat-git
-pkgver=latest.r0.gac3bdec
+pkgver=latest.r4.g5553175
_electronversion=26
_nodeversion=20
pkgrel=1
@@ -65,7 +65,6 @@ build() {
if [[ "$(curl -s ipinfo.io/country)" == *"CN"* ]]; then
{
echo 'registry=https://registry.npmmirror.com'
- echo 'disturl=https://registry.npmmirror.com/-/binary/node/'
echo 'electron_mirror=https://registry.npmmirror.com/-/binary/electron/'
echo 'electron_builder_binaries_mirror=https://registry.npmmirror.com/-/binary/electron-builder-binaries/'
} >> .npmrc
@@ -85,4 +84,4 @@ package() {
install -Dm644 "${srcdir}/${pkgname//-/.}/icon.png" "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps/${pkgname%-git}.png"
install -Dm644 "${srcdir}/${pkgname%-git}.desktop" -t "${pkgdir}/usr/share/applications"
install -Dm644 "${srcdir}/${pkgname//-/.}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-} \ No newline at end of file
+}