summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2023-08-13 18:27:19 +0200
committerChristopher Schnick2023-08-13 18:27:19 +0200
commit724bd22a4d4c6e096a45eee883b1144822d3ba7d (patch)
tree6286e30bc01cd2c9f3c8cc2afab3af4bcdddc7d7
parentcb84b57b457dcaefa8ed3a7eccfc85c03c26117b (diff)
downloadaur-724bd22a4d4c6e096a45eee883b1144822d3ba7d.tar.gz
Update to version 1.5.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 891ba2d49e82..98b59db32e95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
pkgbase = xpipe
pkgdesc = A brand-new shell connection hub and remote file manager
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
epoch = 1
url = https://github.com/xpipe-io/xpipe
arch = x86_64
+ arch = aarch64
license = unknown
- source = xpipe-1.5.0-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.5.0/xpipe-portable-linux-x86_64.tar.gz
source = xpipe.desktop
sha512sums = SKIP
- sha512sums = SKIP
+ source_x86_64 = xpipe-1.5.1-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.5.1/xpipe-portable-linux-x86_64.tar.gz
+ sha512sums_x86_64 = SKIP
+ source_aarch64 = xpipe-1.5.1-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.5.1/xpipe-portable-linux-arm64.tar.gz
+ sha512sums_aarch64 = SKIP
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index 8fef7761456f..ff85eb00832e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
pkgname=xpipe
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
epoch=1
pkgdesc="A brand-new shell connection hub and remote file manager"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/xpipe-io/xpipe"
license=('unknown')
groups=()
@@ -20,11 +20,13 @@ backup=()
options=()
install=
changelog=
-source=(
- "${pkgname}-${pkgver}-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/${pkgver}/xpipe-portable-linux-x86_64.tar.gz"
- "xpipe.desktop")
+source=("xpipe.desktop")
+source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/${pkgver}/xpipe-portable-linux-x86_64.tar.gz")
+source_aarch64=("${pkgname}-${pkgver}-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/${pkgver}/xpipe-portable-linux-arm64.tar.gz")
noextract=()
-sha512sums=("SKIP" "SKIP")
+sha512sums=("SKIP")
+sha512sums_x86_64=("SKIP")
+sha512sums_aarch64=("SKIP")
package() {
install -dm0755 "$pkgdir/opt"