diff options
Diffstat (limited to 'pcr/xwinwrap/PKGBUILD')
-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) |