summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2023-01-10 22:41:45 -0500
committerquest2023-01-10 22:41:45 -0500
commit4456781be36ba8b20327f76440e99f7a60448f44 (patch)
treecd8a64f96fbca12b999fe8338866040cd06f0ae3
parent83acc6ac833c45fceae9ea8c4566493c77baae72 (diff)
downloadaur-lokinet-gui.tar.gz
Bump to 1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bf145aeadae..10b4cf2acdac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lokinet-gui
pkgdesc = Graphical user interface for lokinet
- pkgver = 1.0.0
- pkgrel = 4
+ pkgver = 1.0.1
+ pkgrel = 0
url = https://github.com/oxen-io/lokinet-gui
arch = i686
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = lokinet-gui
makedepends = libxcrypt-compat
makedepends = yarn
options = !strip
- source = https://github.com/oxen-io/lokinet-gui/archive/refs/tags/v1.0.0.tar.gz
+ source = https://github.com/oxen-io/lokinet-gui/archive/refs/tags/v1.0.1.tar.gz
source = git-config
source = lokinet-gui.desktop
- sha256sums = e0919464e64540a3f573ace4dfaa93d00a5d13daa754d6c054befcb882f855a0
+ sha256sums = 1e452b7bc3ce193bfc91e7681a88a78ca872073f873d37a8fe6c0a33c38fcd49
sha256sums = c42bf520ceb87783604e50fd6a3145eea34e8d6ff244bfbb77540cac2415f447
sha256sums = 1116ac3773bf24afd9d04d42809b3390d9aa7893717e2e1230852f5de50bcace
diff --git a/PKGBUILD b/PKGBUILD
index aa79c01cdde3..68972176a72f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=lokinet-gui
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.0.1
+pkgrel=0
pkgdesc="Graphical user interface for lokinet"
arch=('i686' 'x86_64')
url="https://github.com/oxen-io/lokinet-gui"
options=(!strip)
makedepends=('nodejs' 'libxcrypt-compat' 'yarn')
source=("https://github.com/oxen-io/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz" "git-config" "lokinet-gui.desktop")
-sha256sums=('e0919464e64540a3f573ace4dfaa93d00a5d13daa754d6c054befcb882f855a0'
+sha256sums=('1e452b7bc3ce193bfc91e7681a88a78ca872073f873d37a8fe6c0a33c38fcd49'
'c42bf520ceb87783604e50fd6a3145eea34e8d6ff244bfbb77540cac2415f447'
'1116ac3773bf24afd9d04d42809b3390d9aa7893717e2e1230852f5de50bcace')
@@ -28,7 +28,7 @@ build() {
package() {
cd "$pkgname-$pkgver"
- install -Dm 775 "release/Lokinet-GUI-${pkgver}.AppImage" "${pkgdir}/usr/bin/Lokinet-GUI.AppImage"
+ install -Dm 775 "release/Lokinet-GUI-1.0.0.AppImage" "${pkgdir}/usr/bin/Lokinet-GUI.AppImage"
install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm 755 "${srcdir}"/lokinet-gui.desktop "${pkgdir}/usr/share/applications/lokinet-gui.desktop"
install -Dm 644 "images/lokinet-logo-white.png" "${pkgdir}/usr/share/icons/lokinet-gui.png"