summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreemor <freemor@freemor.ca>2019-08-10 17:15:37 -0300
committerFreemor <freemor@freemor.ca>2019-08-10 17:15:37 -0300
commitf46b6b151ea041e4d864add566a164fb1639bcef (patch)
tree809c935419bfc9ce345015aee6c615e9714003fe
parent553cdbb92ff090a059aca37c99db98f5d5f9a833 (diff)
Rebuild [pcr/xwinwrap] to move it to my key. Issue #2405
-rw-r--r--pcr/xwinwrap/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/xwinwrap/PKGBUILD b/pcr/xwinwrap/PKGBUILD
index 5fa2c0636..8780ca009 100644
--- a/pcr/xwinwrap/PKGBUILD
+++ b/pcr/xwinwrap/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=xwinwrap
pkgver=20090215
-pkgrel=2
+pkgrel=3
pkgdesc="Shantanu Goel's patched xwinwrap. Xwinwrap is a utility, originally written by David Reveman/Novell, that will embed movies or screensavers as wallpaper. It is under a custom but permissive license."
[ "$CARCH" = "i686" ] && ARCH=i386
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="https://shantanugoel.com/2008/09/03/shantz-xwinwrap/"
license=('custom')
depends=(libxext libxrender)