Date: Sunday, November 17, 2019 @ 15:58:06 Author: arodseth Revision: 530038
upgpkg: wallutils 5.8.3-1 Modified: wallutils/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-17 15:52:44 UTC (rev 530037) +++ PKGBUILD 2019-11-17 15:58:06 UTC (rev 530038) @@ -1,8 +1,8 @@ # Maintainer: Alexander F. Rødseth <[email protected]> pkgname=wallutils -pkgver=5.8.2 -pkgrel=2 +pkgver=5.8.3 +pkgrel=1 pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers' arch=(x86_64) url='https://github.com/xyproto/wallutils' @@ -10,7 +10,8 @@ depends=(wayland libx11 libxpm) makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto) optdepends=('feh: for setting the wallpaper for some window managers for X') -source=("git+$url#tag=$pkgver") +# tag: 5.8.3 +source=("git+$url#commit=309882b24dad1f23380a5d7ee4bdea0088b95111") options=(!strip) sha256sums=('SKIP')
