Date: Friday, April 14, 2023 @ 14:33:50
Author: blakkheim
Revision: 1446040
archrelease: copy trunk to community-x86_64
Added:
bsd-games/repos/community-x86_64/PKGBUILD
(from rev 1446039, bsd-games/trunk/PKGBUILD)
Deleted:
bsd-games/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-14 14:33:23 UTC (rev 1446039)
+++ PKGBUILD 2023-04-14 14:33:50 UTC (rev 1446040)
@@ -1,30 +0,0 @@
-# Maintainer: Laurent Carlier <[email protected]>
-# Maintainer: T.J. Townsend <[email protected]>
-# Contributor: Alexander F Rødseth <[email protected]>
-# Contributor: Chris Brannon <[email protected]>
-# Contributor: Abhishek Dasgupta <[email protected]>
-# Contributor: SmackleFunky <[email protected]>
-
-pkgname=bsd-games
-pkgver=3.2
-pkgrel=2
-pkgdesc='Linux port of the collection of BSD command line games'
-url='https://sourceforge.net/projects/bsd-games'
-arch=('x86_64')
-license=('BSD')
-depends=('ncurses' 'systemd')
-optdepends=('words: for hangman')
-source=("https://downloads.sourceforge.net/sourceforge/bsd-games/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('31e9725b3a12648bed06723deef2da0d22a104570d9134ca3c30341a0d722afd')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: bsd-games/repos/community-x86_64/PKGBUILD (from rev 1446039,
bsd-games/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-14 14:33:50 UTC (rev 1446040)
@@ -0,0 +1,30 @@
+# Maintainer: Laurent Carlier <[email protected]>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Alexander F Rødseth <[email protected]>
+# Contributor: Chris Brannon <[email protected]>
+# Contributor: Abhishek Dasgupta <[email protected]>
+# Contributor: SmackleFunky <[email protected]>
+
+pkgname=bsd-games
+pkgver=3.3
+pkgrel=1
+pkgdesc='Linux port of the collection of BSD command line games'
+url='https://sourceforge.net/projects/bsd-games'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses' 'systemd')
+optdepends=('words: for hangman')
+source=("https://downloads.sourceforge.net/sourceforge/bsd-games/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('78bfdf7f4e1f61ed42ad1209ef52520b89a583bd511e9606b8162f813078048d')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}