Date: Monday, October 10, 2022 @ 13:53:07
  Author: blakkheim
Revision: 1325823

upgpkg: bsd-games 3.2-2: upstream moved to sourceforge
https://github.com/msharov/bsd-games/commit/7b07cde69e6b4ed0cdfcdd9aac807775e64d75e9

Modified:
  bsd-games/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 13:53:05 UTC (rev 1325822)
+++ PKGBUILD    2022-10-10 13:53:07 UTC (rev 1325823)
@@ -1,4 +1,5 @@
 # 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]>
@@ -6,16 +7,16 @@
 
 pkgname=bsd-games
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux port of the collection of BSD command line games'
-url='https://github.com/msharov/bsd-games'
+url='https://sourceforge.net/projects/bsd-games'
 arch=('x86_64')
 license=('BSD')
 depends=('ncurses')
+makedepends=('systemd')
 optdepends=('words: for hangman')
-makedepends=()
-source=("https://github.com/msharov/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('41a3aecbf35afff4ba1ff2af9dab7dc25dddf5e722ece6ea58b992e6bd53386e')
+source=("https://downloads.sourceforge.net/sourceforge/bsd-games/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('31e9725b3a12648bed06723deef2da0d22a104570d9134ca3c30341a0d722afd')
 
 build() {
     cd "$pkgname-$pkgver"
@@ -25,6 +26,6 @@
 
 package() {
     cd "$pkgname-$pkgver"
-    make DESTDIR="${pkgdir}" install
-    install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+    make DESTDIR="$pkgdir" install
+    install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }

Reply via email to