summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a0343c87a46..bb29481d1fda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xpipe
pkgdesc = Your entire server infrastructure at your fingertips
- pkgver = 9.3
+ pkgver = 9.4
pkgrel = 1
epoch = 1
url = https://github.com/xpipe-io/xpipe
@@ -19,11 +19,12 @@ pkgbase = xpipe
depends = libxtst
depends = pango
depends = util-linux
+ options = !debug
source = xpipe.desktop
sha512sums = SKIP
- source_x86_64 = xpipe-9.3-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/9.3/xpipe-portable-linux-x86_64.tar.gz
+ source_x86_64 = xpipe-9.4-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/9.4/xpipe-portable-linux-x86_64.tar.gz
sha512sums_x86_64 = SKIP
- source_aarch64 = xpipe-9.3-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/9.3/xpipe-portable-linux-arm64.tar.gz
+ source_aarch64 = xpipe-9.4-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/9.4/xpipe-portable-linux-arm64.tar.gz
sha512sums_aarch64 = SKIP
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index 8ce176940b3b..fe007ddc9723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="9.3"
+_fullver="9.4"
pkgname="xpipe"
-pkgver="9.3"
+pkgver="9.4"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
@@ -31,7 +31,7 @@ provides=()
conflicts=()
replaces=()
backup=()
-options=()
+options=(!debug)
install=
changelog="${pkgname}.changelog"
source=("${pkgname}.desktop")