summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2018-01-31 10:13:06 +0100
committerSteffen Weber2018-01-31 10:13:06 +0100
commit2f1c4dba27a12466beecfac0bed2e1167ff1cb91 (patch)
treeea4ce060f377f3d88b9f1473e3a0f6b6b6e9b136
parent240a9978df906f9e77c4cfff02a1ec143f4a0bc6 (diff)
downloadaur-xsw.tar.gz
Update homepage
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9852bd9fce29..8a387d59d11b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 20:39:18 UTC 2017
+# Wed Jan 31 09:12:25 UTC 2018
pkgbase = xsw
pkgdesc = Slideshow presentation tool for those who are frustrated with PowerPoint and its clones
pkgver = 0.3.5
pkgrel = 3
- url = http://code.google.com/p/xsw/
- arch = i686
+ url = https://code.google.com/archive/p/xsw/
arch = x86_64
license = GPL3
depends = sdl_ttf
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
+}