[arch-commits] Commit in bsd-games/repos/community-x86_64 (PKGBUILD PKGBUILD)

Laurent Carlier lcarlier at gemini.archlinux.org
Wed May 4 05:49:31 UTC 2022


    Date: Wednesday, May 4, 2022 @ 05:49:31
  Author: lcarlier
Revision: 1192494

archrelease: copy trunk to community-x86_64

Added:
  bsd-games/repos/community-x86_64/PKGBUILD
    (from rev 1192493, 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-05-04 05:49:26 UTC (rev 1192493)
+++ PKGBUILD	2022-05-04 05:49:31 UTC (rev 1192494)
@@ -1,30 +0,0 @@
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
-# Contributor: SmackleFunky <smacklefunky at optusnet.com.au>
-
-pkgname=bsd-games
-pkgver=3.1
-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=('fe4e54fa56aff00ac3a45b2c4a5173bb2627c723ad7ae9d7548e43148b177be6')
-
-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 1192493, bsd-games/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 05:49:31 UTC (rev 1192494)
@@ -0,0 +1,30 @@
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+# Contributor: SmackleFunky <smacklefunky at optusnet.com.au>
+
+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"
+}



More information about the arch-commits mailing list