summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2015-07-20 19:18:56 +0200
committeroli2015-07-20 19:18:56 +0200
commita0cf2196acad450a2547193d0270791a0b2fe4bf (patch)
tree3097f3e8580cdb94d7b2ca5f8135c5e4772abdde
parent1c829611aa08a5e271d9ab209960de86b49d3625 (diff)
downloadaur-a0cf2196acad450a2547193d0270791a0b2fe4bf.tar.gz
updated
-rw-r--r--.AURINFO15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
3 files changed, 9 insertions, 25 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index 96e3974009b9..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,15 +0,0 @@
-pkgbase = psani-profi
- pkgdesc = Program that will teach you touchtyping (czech)
- pkgver = 3.3.00
- pkgrel = 2
- url = http://www.sallyx.org/sally/psani-vsemi-deseti/
- arch = i686
- arch = x86_64
- license = GPL
- depends = bash
- depends = xorg-luit
- source = http://www.sallyx.org/sally/psani-vsemi-deseti/start.php?target=download&file=psani-profi_3.3.00
- md5sums = 51f3b930ac46a562326cc587704258cf
-
-pkgname = psani-profi
-
diff --git a/.SRCINFO b/.SRCINFO
index 96e3974009b9..9a0a16336826 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = psani-profi
pkgdesc = Program that will teach you touchtyping (czech)
- pkgver = 3.3.00
- pkgrel = 2
+ pkgver = 3.4.00
+ pkgrel = 1
url = http://www.sallyx.org/sally/psani-vsemi-deseti/
arch = i686
arch = x86_64
license = GPL
depends = bash
depends = xorg-luit
- source = http://www.sallyx.org/sally/psani-vsemi-deseti/start.php?target=download&file=psani-profi_3.3.00
- md5sums = 51f3b930ac46a562326cc587704258cf
+ source = http://www.sallyx.org/sally/download.php?file=psani-vsemi-deseti%2Fpsani-profi_3.4.00.tar.gz
+ md5sums = 2e134cbba21faf217daba71611506b5b
pkgname = psani-profi
diff --git a/PKGBUILD b/PKGBUILD
index 75bde816aea4..fa04bf246fed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Jose Riha <jose1711 gmail com>
pkgname=psani-profi
-pkgver=3.3.00
-pkgrel=2
+pkgver=3.4.00
+pkgrel=1
pkgdesc="Program that will teach you touchtyping (czech)"
arch=('i686' 'x86_64')
url="http://www.sallyx.org/sally/psani-vsemi-deseti/"
license=('GPL')
depends=('bash' 'xorg-luit')
-source=("http://www.sallyx.org/sally/psani-vsemi-deseti/start.php?target=download&file=${pkgname}_${pkgver}")
-md5sums=('51f3b930ac46a562326cc587704258cf')
+source=("http://www.sallyx.org/sally/download.php?file=psani-vsemi-deseti%2F${pkgname}_${pkgver}.tar.gz")
+md5sums=('2e134cbba21faf217daba71611506b5b')
build() {
- cd $srcdir; zcat start.php\?target=download\&file=${pkgname}_${pkgver} | tar xf -
cd "$srcdir/${pkgname}_${pkgver}/zdrojaky"
./configure --with-zobraz-test --with-lat-dir=/usr/share --with-prg-dir=/usr/bin --with-man-dir=/usr/share/man
make
@@ -22,7 +21,7 @@ build() {
package() {
cd "$srcdir/${pkgname}_${pkgver}/zdrojaky"
#./configure --with-zobraz-test --with-lat-dir=$pkgdir/usr/share --with-prg-dir=$pkgdir/usr/bin --with-man-dir=$pkgdir/usr/share/man
- make install
+ make DESTDIR=$pkgdir install
# this is useless - we have pacman
rm $pkgdir/usr/bin/${pkgname}-${pkgver}-uninstall.sh
sed -i '/LC_ALL/s!\(.*\)luit \(.*\)\(/usr/bin/psani-profi.*\)!\1luit \3!' $pkgdir/usr/bin/psani