Date: Sunday, August 25, 2019 @ 09:52:22 Author: arojas Revision: 361147
Update to 1.6.1 Modified: icewm/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-25 08:24:47 UTC (rev 361146) +++ PKGBUILD 2019-08-25 09:52:22 UTC (rev 361147) @@ -2,17 +2,17 @@ # Contributor: Eric Bélanger <[email protected]> pkgname=icewm -pkgver=1.5.5 +pkgver=1.6.1 pkgrel=1 pkgdesc="A Window Manager designed for speed, usability, and consistency" arch=('x86_64') url="https://ice-wm.org/" license=('LGPL') -depends=('libxrandr' 'libsm' 'libxinerama' 'libsndfile' 'libao' 'fribidi' 'libxft' 'gdk-pixbuf2') +depends=('libxrandr' 'libsm' 'libxinerama' 'libsndfile' 'libao' 'fribidi' 'libxft' 'libxcomposite' 'libxdamage' 'gdk-pixbuf2') makedepends=('xorg-mkfontdir' 'asciidoctor' 'librsvg') optdepends=('perl: for icewm-menu-xrandr') -source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027') +source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz) +sha256sums=('e71916f5c839208f279c7ffcf86d2b191632ff053a3ced10b631ffafb6619a1c') build() { cd ${pkgname}-${pkgver}
