summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Schnick2024-01-05 10:35:04 +0000
committerChristopher Schnick2024-01-05 10:35:04 +0000
commit91e79ba364bd1b28f982103e05f2cc52aabd2924 (patch)
tree8ce67437ca7a4a438c4232db4e9e1b907ff686bf /PKGBUILD
parent18c80228ae10407f858811121ccd7b9c2fcb6a2d (diff)
downloadaur-91e79ba364bd1b28f982103e05f2cc52aabd2924.tar.gz
Update to version 1.7.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 15 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 609bd8a377bf..06c94ee4ac11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="1.7.12"
+_fullver="1.7.13"
pkgname="xpipe"
-pkgver="1.7.12"
+pkgver="1.7.13"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
@@ -10,7 +10,19 @@ arch=('x86_64' 'aarch64')
url="https://github.com/xpipe-io/${pkgname}"
license=('unknown')
groups=()
-depends=()
+# From https://aur.archlinux.org/packages/java-openjfx
+depends=(
+ cairo
+ freetype2
+ gdk-pixbuf2
+ glib2
+ gperf
+ gtk3
+ libgl
+ libx11
+ libxtst
+ pango
+)
makedepends=()
checkdepends=()
optdepends=()