diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = dynamic-wallpaper-editor-git pkgdesc = A little utility for creation or edition of GNOME desktop's XML wallpapers - pkgver = r261.531c2b5 + pkgver = r278.2b4a336 pkgrel = 1 url = https://github.com/maoschanz/dynamic-wallpaper-editor changelog = CHANGELOG @@ -8,6 +8,7 @@ pkgbase = dynamic-wallpaper-editor-git license = GPL3 makedepends = git makedepends = meson + makedepends = itstool depends = python depends = hicolor-icon-theme depends = dconf @@ -4,7 +4,7 @@ pkgname='dynamic-wallpaper-editor-git' _pkgname='dynamic-wallpaper-editor' -pkgver=r261.531c2b5 +pkgver=r278.2b4a336 pkgrel=1 pkgdesc="A little utility for creation or edition of GNOME desktop's XML wallpapers" changelog='CHANGELOG' @@ -12,7 +12,7 @@ arch=('x86_64') url="https://github.com/maoschanz/${_pkgname}" license=('GPL3') depends=('python' 'hicolor-icon-theme' 'dconf') -makedepends=('git' 'meson') +makedepends=('git' 'meson' 'itstool') provides=("${_pkgname%-git}") conflicts=("${_pkgname%-git}") source=(git+$url.git) |