summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6087437ab41c..e8a1d9b33320 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dealer
pkgdesc = generate bridge cards game hands for partnerships bidding training or for generating statistics that can be used to design conventions, or win postmortems
pkgver = 20040530
- pkgrel = 4
+ pkgrel = 5
url = http://www.xs4all.nl/~henku/html/dealer/dealer.html
install = dealer-4.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 858de8fd587e..cc54396c2ce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=dealer
pkgver=20040530
-pkgrel=4
+pkgrel=5
arch=(i686 x86_64)
pkgdesc="generate bridge cards game hands for partnerships bidding training or for generating statistics that can be used to design conventions, or win postmortems"
url="http://www.xs4all.nl/~henku/html/dealer/dealer.html"
source=(http://ftp.de.debian.org/debian/pool/main/d/dealer/dealer_0.${pkgver}.orig.tar.gz
- http://ftp.de.debian.org/debian/pool/main/d/dealer/dealer_0.${pkgver}-${pkgrel}.debian.tar.gz
+ http://ftp.de.debian.org/debian/pool/main/d/dealer/dealer_0.${pkgver}-4.debian.tar.gz
dealer-4.diff
dealer-4.install
)
-install=${pkgname}-${pkgrel}.install
+install=${pkgname}-4.install
license=('GPL')
depends=('perl')
@@ -21,13 +21,13 @@ md5sums=('991c9b73b7ebc1fb87b5e876a7d72797'
'0eedec9b386a60264522f43b94fc069a'
'd6b4b7044e8d483c209ccb48fe67fad8')
-build() {
+package() {
cd $srcdir/dealer || return 1
for patch in `cat ../debian/patches/series`
do
patch -p1 < ../debian/patches/${patch}
done
- patch -p1 < ../../dealer-${pkgrel}.diff
+ patch -p1 < ../../dealer-4.diff
make || return 1
local destdir=$pkgdir/usr/bin
install -D -m755 dealer $destdir/dealer || return 1
@@ -39,4 +39,4 @@ build() {
cp -R ./Manual $pkgdir/usr/share/doc/dealer/ || return 1
cp -R ./Examples $pkgdir/usr/share/doc/dealer || return 1
cp *.6 $pkgdir/usr/share/man/man6 || return 1
-} \ No newline at end of file
+}