summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyngs2024-02-25 14:38:38 +0100
committerkyngs2024-02-25 14:38:38 +0100
commit0b62da998123101f7212cd3db67f4d3fe186216d (patch)
tree527c8a5b2e9a64918782de21e9a555c3066a3743
parentc9d1599dc7cad355d7fc6bd250ce74e2d83dbdc7 (diff)
downloadaur-miru-kyngs-git.tar.gz
Update to 1.3.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85d79d34cdf1..8f0b48a26102 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = miru-kyngs-git
pkgdesc = A fork of Miru which aims to improve the Linux experience (e.g. disabling the auto-updater) and to improve privacy
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/kyngs/miru
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4b00805a8ad0..74e681db10f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kyngs <aurmail at kyngs dot xyz>
pkgname=miru-kyngs-git
pkgrel=1
-pkgver=1.2.0
+pkgver=1.3.0
pkgdesc="A fork of Miru which aims to improve the Linux experience (e.g. disabling the auto-updater) and to improve privacy"
arch=("any")
url="https://github.com/kyngs/miru"
@@ -19,15 +19,15 @@ pkgver() {
}
build() {
- cd "miru"
+ cd "miru/electron"
rm -rf node_modules # In case of an existing src/ dir, keeping old node modules could break things
- pnpm install
+ pnpm install --frozen-lockfile
echo "**Webpack takes a long time (even up to ten minutes) to build, while providing no console output. Do not cancel the build unless it takes more than ten minutes.**"
pnpm run build
}
package() {
- cd "miru/dist"
+ cd "miru/electron/dist"
debs=(*.deb)
ar vx "${debs[0]}"