summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-11-26 07:29:53 -0200
committerRafael Fontenelle2018-11-26 07:29:57 -0200
commitbd77b31144b030d2fa3f2527eb03669910aec971 (patch)
treea9bcad0d5cb2999dcd6891e38b9576ca1bd84636 /PKGBUILD
parent72dbb10138876fcf16843728723a9c1d8cc1af21 (diff)
downloadaur-bd77b31144b030d2fa3f2527eb03669910aec971.tar.gz
Update 3.31.0.r4753.2cec9c38
Depends on itstool instead of yelp-tools, license set to GPL3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b59ca36982af..1d260a07ea6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_name=gtranslator
pkgname=$_name-git
-pkgver=3.31.0.r4732.cdef36e7
+pkgver=3.31.0.r4753.2cec9c38
pkgrel=1
pkgdesc='Translation Editor, an Enhanced gettext po file editor for the GNOME'
arch=('x86_64')
url='http://projects.gnome.org/gtranslator/'
-license=('GPL')
+license=('GPL3')
depends=(gtksourceview4 gspell gettext libgda)
-makedepends=(meson gobject-introspection git gtk-doc yelp-tools)
+makedepends=(meson gobject-introspection git gtk-doc itstool)
conflicts=($_name)
provides=($_name)
source=("git+https://gitlab.gnome.org/GNOME/$_name")