summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArchisman Panigrahi2022-03-28 11:36:47 +0530
committerArchisman Panigrahi2022-03-28 11:36:47 +0530
commitf0d50dd913c05b724658e81967584bfd5ef9ba21 (patch)
treed5e647d4e4685515c454c8f560064a9541cd9f2d /PKGBUILD
parentf731e4a617d6e4e0f451d1a13b6c48f0d1a49806 (diff)
downloadaur-webfontkitgenerator-git.tar.gz
version 1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf1e25c30edb..6c670ab2d617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Archisman Panigrahi <apandada1 at gmail dot com>
# Special thanks to: Mark Wagie (yochananmarqos) https://aur.archlinux.org/account/yochananmarqos
pkgname=webfontkitgenerator-git
-pkgver=0.3.0.r36.gc8b41a1
+pkgver=1.0.0
pkgrel=1
pkgdesc="Create @font-face kits easily"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/rafaelmardojai/webfontkitgenerator"
provides=('webfontkitgenerator')
conflicts=('webfontkitgenerator')
license=('GPL3')
-depends=('gtk3' 'gtksourceview4' 'gst-python' 'libhandy' 'python-fonttools' 'python-brotli')
+depends=('gtk4' 'gtksourceview5' 'gst-python' 'libadwaita' 'python-fonttools' 'python-brotli')
makedepends=('meson' 'git')
source=("git+https://github.com/rafaelmardojai/webfontkitgenerator.git")
sha256sums=('SKIP')
@@ -27,4 +27,4 @@ build() {
package() {
DESTDIR="$pkgdir" meson install -C build
-} \ No newline at end of file
+}