diff options
author | Freemor <freemor@freemor.ca> | 2019-08-10 17:15:37 -0300 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2019-08-10 17:15:37 -0300 |
commit | f46b6b151ea041e4d864add566a164fb1639bcef (patch) | |
tree | 809c935419bfc9ce345015aee6c615e9714003fe /pcr/xwinwrap | |
parent | 553cdbb92ff090a059aca37c99db98f5d5f9a833 (diff) | |
download | abslibre-f46b6b151ea041e4d864add566a164fb1639bcef.tar.gz abslibre-f46b6b151ea041e4d864add566a164fb1639bcef.tar.bz2 abslibre-f46b6b151ea041e4d864add566a164fb1639bcef.zip |
Rebuild [pcr/xwinwrap] to move it to my key. Issue #2405
Diffstat (limited to 'pcr/xwinwrap')
-rw-r--r-- | pcr/xwinwrap/PKGBUILD | 4 |
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) |