summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Burobin2022-02-18 15:11:52 +0300
committerAlexander Burobin2022-02-18 15:11:52 +0300
commit743dd4a17ddbb1a4bab0c93c91480ce52295de6f (patch)
tree7db672ea92b0eeb8b971909c442d96b04b02466a
parent77b95dabbf29b00ab7e8c25081838b1e15fb2937 (diff)
downloadaur-743dd4a17ddbb1a4bab0c93c91480ce52295de6f.tar.gz
1.6.0-alpha.4-2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbe93fdf0b8d..8794f5933d34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gswatcher
pkgdesc = A simple game server browser and an administrative tool
pkgver = 1.6.0alpha.4
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/lxndr-ab/gswatcher
arch = x86_64
arch = armv7h
@@ -9,14 +9,12 @@ pkgbase = gswatcher
license = GPL3
makedepends = meson
makedepends = ninja
- makedepends = vala
+ makedepends = vala>=0.54.7
depends = libgee
- depends = gtk4
- depends = libadwaita
- depends = duktape
+ depends = gtk4>=4.6.1
+ depends = libadwaita>=1:1.0.2
+ depends = duktape>=2.6.0
depends = geoip
- options = !strip
- options = debug
source = https://gitlab.com/lxndr-ab/gswatcher/-/archive/1.6.0-alpha.4/gswatcher-1.6.0-alpha.4.tar.bz2
sha256sums = e3c71ebd6c965cb47e2e0d68930690e2a9425457f76c1c951ce591f8ec896e4b
diff --git a/PKGBUILD b/PKGBUILD
index 6552e708be20..7e230f8214e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
pkgname="gswatcher"
pkgver="1.6.0alpha.4"
_pkgver="1.6.0-alpha.4"
-pkgrel=1
+pkgrel=2
pkgdesc="A simple game server browser and an administrative tool"
url="https://gitlab.com/lxndr-ab/gswatcher"
arch=(x86_64 armv7h aarch64)
license=(GPL3)
-depends=(libgee gtk4 libadwaita duktape geoip)
-makedepends=(meson ninja vala)
-options=(!strip debug)
+depends=(libgee "gtk4>=4.6.1" "libadwaita>=1:1.0.2" "duktape>=2.6.0" geoip)
+makedepends=(meson ninja "vala>=0.54.7")
source=("https://gitlab.com/lxndr-ab/$pkgname/-/archive/$_pkgver/$pkgname-$_pkgver.tar.bz2")
sha256sums=('e3c71ebd6c965cb47e2e0d68930690e2a9425457f76c1c951ce591f8ec896e4b')