summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2021-05-31 13:17:52 +0100
committerGreyson Christoforo2021-05-31 13:17:52 +0100
commit6df8382f92fd9726433fbb3914be040835e439be (patch)
treeecd7ab4e98b2882d0473d7792f1b743e8f2383cc /PKGBUILD
parentd3ab2857e3a368b646e4fafcec1b033303c8c4aa (diff)
downloadaur-6df8382f92fd9726433fbb3914be040835e439be.tar.gz
initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
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')