summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2024-03-28 13:52:39 +0000
committerChristopher Schnick2024-03-28 13:52:39 +0000
commit09696a51ae3e45f58f0c4e77b3b01fe7e196747a (patch)
treefd8f5341a77201510b6b46a0c6465da4b61b2ba7
parentc4e748f6e31fb92410406382b91ef27f70cdc65a (diff)
downloadaur-09696a51ae3e45f58f0c4e77b3b01fe7e196747a.tar.gz
Update to version 8.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0830597979f..2bc50c37d9af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xpipe
pkgdesc = Your entire server infrastructure at your fingertips
- pkgver = 8.5
+ pkgver = 8.6
pkgrel = 1
epoch = 1
url = https://github.com/xpipe-io/xpipe
@@ -18,11 +18,12 @@ pkgbase = xpipe
depends = libx11
depends = libxtst
depends = pango
+ depends = util-linux
source = xpipe.desktop
sha512sums = SKIP
- source_x86_64 = xpipe-8.5-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/8.5/xpipe-portable-linux-x86_64.tar.gz
+ source_x86_64 = xpipe-8.6-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/8.6/xpipe-portable-linux-x86_64.tar.gz
sha512sums_x86_64 = SKIP
- source_aarch64 = xpipe-8.5-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/8.5/xpipe-portable-linux-arm64.tar.gz
+ source_aarch64 = xpipe-8.6-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/8.6/xpipe-portable-linux-arm64.tar.gz
sha512sums_aarch64 = SKIP
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index 3c2aa60fa99c..7031fb891756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="8.5"
+_fullver="8.6"
pkgname="xpipe"
-pkgver="8.5"
+pkgver="8.6"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
@@ -22,6 +22,7 @@ depends=(
libx11
libxtst
pango
+ util-linux
)
makedepends=()
checkdepends=()