summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2021-05-31 13:17:52 +0100
committerGreyson Christoforo2021-05-31 13:17:52 +0100
commit6df8382f92fd9726433fbb3914be040835e439be (patch)
treeecd7ab4e98b2882d0473d7792f1b743e8f2383cc
parentd3ab2857e3a368b646e4fafcec1b033303c8c4aa (diff)
downloadaur-6df8382f92fd9726433fbb3914be040835e439be.tar.gz
initial commit
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5f1a0406eb4..0ab5ac6cc6d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = drafting-git
pkgdesc = a UI designer for GTK 4 that can be used standalone or integrated with GTK 4-based IDEs
- pkgver = r419.b98e499
+ pkgver = r683.586f095
pkgrel = 1
epoch = 0
- url = https://www.freecadweb.org/
+ url = https://gitlab.gnome.org/chergert/drafting
arch = x86_64
license = GPL3
makedepends = meson
- depends = gtk4
+ makedepends = ninja
+ depends = gtk4>=4.3.0
depends = gobject-introspection
+ depends = libpanel
source = git+https://gitlab.gnome.org/chergert/drafting.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5cbafe2d5d67..a18a2d2f0e54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=drafting-git
-pkgver=r419.b98e499
+pkgver=r683.586f095
pkgrel=1
epoch=0
pkgdesc='a UI designer for GTK 4 that can be used standalone or integrated with GTK 4-based IDEs'
arch=('x86_64')
-url='https://www.freecadweb.org/'
+url='https://gitlab.gnome.org/chergert/drafting'
license=('GPL3')
depends=(
-gtk4
+'gtk4>=4.3.0'
gobject-introspection
+libpanel
)
makedepends=(
meson
+ninja
)
source=("git+https://gitlab.gnome.org/chergert/drafting.git")
md5sums=('SKIP')