diff options
Diffstat (limited to 'pcr-testing/parabola-laf')
-rw-r--r-- | pcr-testing/parabola-laf/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr-testing/parabola-laf/PKGBUILD b/pcr-testing/parabola-laf/PKGBUILD index e6bea99b1..7e2bdff89 100644 --- a/pcr-testing/parabola-laf/PKGBUILD +++ b/pcr-testing/parabola-laf/PKGBUILD @@ -2,21 +2,22 @@ pkgname=parabola-laf -pkgver=0.12 +pkgver=0.13 pkgrel=1 pkgdesc="User skeleton, artwork, and utilities for Parabola graphical desktop systems" arch=('any') license=('GPL') url=https://wiki.parabola.nu/Parabola-LAF -depends=('gnu-netcat' 'grub2-theme-gnuaxiom' 'parabola-theme-blackmate' 'xclip') +depends=('gnu-netcat' 'grub2-theme-gnuaxiom' 'gxmessage' 'parabola-theme-blackmate' \ + 'xclip' 'xcursor-flatbed' 'zenity') # FIXME: https://labs.parabola.nu/issues/2208 makedepends=('git') _git_tag="v${pkgver}" _release="${pkgname}-${_git_tag}" source=(https://git.parabola.nu/${pkgname}.git/snapshot/${_release}.tar.gz news) -sha256sums=('c70019ced0e4444a26e31c44364cf2b85655f6cd8a95d33c9737c5785fabe929' +sha256sums=('949be2d4a6a207254e9a4bd996fa7d16b1653d2cfb86b200b0ebde79b378b5cf' 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855') |