diff --git a/srcpkgs/gtkd/template b/srcpkgs/gtkd/template index d30237879e..1bf70dd970 100644 --- a/srcpkgs/gtkd/template +++ b/srcpkgs/gtkd/template @@ -1,19 +1,19 @@ # Template file for 'gtkd' pkgname=gtkd -version=3.8.3 -revision=3 +version=3.8.4 +revision=1 wrksrc="GtkD-${version}" build_style=gnu-makefile hostmakedepends="ldc pkg-config" makedepends="gstreamer1-devel gtksourceview-devel libpeas-devel librsvg-devel vte3-devel" short_desc="D bindings for GTK+3 and related libraries" -maintainer="Orphaned " +maintainer="Rasmus Thomsen " license="LGPL-3.0-or-later" homepage="https://gtkd.org" #changelog="https://gtkd.org/changelog.html" distfiles="https://github.com/gtkd-developers/GtkD/archive/v${version}.tar.gz" -checksum=7e0b2a10a4908b183ba842d54e9b1dc0761dcf316b65766f430010fe3bb95593 +checksum=5eddf26a999a0783a1518fe897925f8aff27005c7c72e84700668459f2d415c0 make_build_args="LDFLAGS='' DC=ldc2" # The compiler used is ldc2 and our LDFLAGS make it fail to compile # so we define LDFLAGS to an empty string