[arch-commits] Commit in xwallpaper/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Mar 1 22:28:11 UTC 2020


    Date: Sunday, March 1, 2020 @ 22:28:11
  Author: anthraxx
Revision: 588325

upgpkg: xwallpaper 0.6.3-1

Modified:
  xwallpaper/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-01 22:17:14 UTC (rev 588324)
+++ PKGBUILD	2020-03-01 22:28:11 UTC (rev 588325)
@@ -1,18 +1,18 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=xwallpaper
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc='Wallpaper setting utility for X'
 url='https://github.com/stoeckmann/xwallpaper'
 arch=('x86_64')
 license=('ISC')
-depends=('pixman' 'libpng' 'libxpm' 'xcb-util' 'xcb-util-image' 'libjpeg-turbo' 'libseccomp')
+depends=('pixman' 'libpng' 'libxpm' 'xcb-util' 'xcb-util-image' 'libjpeg-turbo' 'libseccomp' 'libseccomp.so')
 source=(https://github.com/stoeckmann/xwallpaper/releases/download/v${pkgver}/xwallpaper-${pkgver}.tar.xz{,.sig})
-sha256sums=('436db7819f29eee3eef0b35df17070282ccecaeff0243a5398d96f58d1f8e353'
+sha512sums=('8ec6159a44ad08e57c634b0fb6dcc5945fc855796cb4507126248dc1d6c7c406eec1412335828d358eb47d5b9085a2028508d3fd4af75e0767369a8cf40f36f8'
             'SKIP')
-sha512sums=('3713038ffe8fe1da117dc64db6e3c8642fe663473d1e9078963890fa08f21af6ace60e08773e23e6025fcf2116563e24c76d07a66ba02537b38aafa9ac99f395'
-            'SKIP')
+b2sums=('485a8d65ae48ee33e22ee199e693268b94f88a38e4f9d56445eab68b2563422824a1dcf4ac4b73d37ae1e51820e1619dcc654f7b50ce889ca13f28d0273d03ae'
+        'SKIP')
 validpgpkeys=('CDB24BD3BDDCBCBBAE5CB6207DB470F35B0B8B18') # Tobias Stoeckmann <tobias at stoeckmann.org>
 
 prepare() {
@@ -22,7 +22,8 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
+  ./configure \
+    --prefix=/usr \
     --with-zshcompletiondir=/usr/share/zsh/site-functions
   make
 }



More information about the arch-commits mailing list