summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3d1d0b25d57..ab63d4d1e0df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Dec 16 02:20:00 UTC 2015
pkgbase = seahaven
pkgdesc = Seahaven Towers is a classic Unix solitaire game updated with new card images.
pkgver = 1.60
- pkgrel = 3
+ pkgrel = 4
url = http://seahaven.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index af93a68b89a9..640922374ce1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: archtux <antonio dot arias99999 at gmail dot com>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=seahaven
pkgver=1.60
-pkgrel=3
+pkgrel=4
pkgdesc="Seahaven Towers is a classic Unix solitaire game updated with new card images."
arch=('i686' 'x86_64')
url="http://seahaven.sourceforge.net/"
@@ -30,4 +31,4 @@ package() {
# Man page
install -Dm644 seahaven.6 $pkgdir/usr/share/man/man6/seahaven.6
-} \ No newline at end of file
+}