summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6b3694df376..8d2cba5c935d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgname=xsw
pkgver=0.3.5
pkgrel=3
pkgdesc="Slideshow presentation tool for those who are frustrated with PowerPoint and its clones"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('GPL3')
-url="http://code.google.com/p/xsw/"
+url="https://code.google.com/archive/p/xsw/"
depends=('sdl_ttf' 'sdl_image' 'sdl_gfx')
optdepends=('imagemagick: convert slideshow to png,jpeg,pdf')
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/xsw/$pkgname-$pkgver.tar.gz")
@@ -22,4 +22,4 @@ build() {
package() {
cd $pkgname-$pkgver
make prefix="$pkgdir/usr/" install
-} \ No newline at end of file
+}