Date: Monday, October 10, 2022 @ 13:58:04
  Author: blakkheim
Revision: 1325874

archrelease: copy trunk to community-x86_64

Added:
  bsd-games/repos/community-x86_64/PKGBUILD
    (from rev 1325872, bsd-games/trunk/PKGBUILD)
Deleted:
  bsd-games/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 13:58:02 UTC (rev 1325873)
+++ PKGBUILD    2022-10-10 13:58:04 UTC (rev 1325874)
@@ -1,30 +0,0 @@
-# Maintainer: Laurent Carlier <[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=1
-pkgdesc='Linux port of the collection of BSD command line games'
-url='https://github.com/msharov/bsd-games'
-arch=('x86_64')
-license=('BSD')
-depends=('ncurses')
-optdepends=('words: for hangman')
-makedepends=()
-source=("https://github.com/msharov/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('41a3aecbf35afff4ba1ff2af9dab7dc25dddf5e722ece6ea58b992e6bd53386e')
-
-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 1325872, 
bsd-games/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-10 13:58:04 UTC (rev 1325874)
@@ -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.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"
+}

Reply via email to