diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-02-26 01:19:47 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-02-26 01:20:17 -0500 |
commit | 547bdf35c85c4a4f3095797612c4d74a6717fbd5 (patch) | |
tree | cfad65a1713dd331f79469cb027b2f43aba7c699 /pcr-testing | |
parent | 54c64800ffb3623ab4502f121ae1f8a80ec75cf7 (diff) | |
download | abslibre-547bdf35c85c4a4f3095797612c4d74a6717fbd5.tar.gz abslibre-547bdf35c85c4a4f3095797612c4d74a6717fbd5.tar.bz2 abslibre-547bdf35c85c4a4f3095797612c4d74a6717fbd5.zip |
[parabola-laf] upgrade
Diffstat (limited to 'pcr-testing')
-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') |