Date: Monday, January 2, 2023 @ 21:43:29
  Author: arojas
Revision: 1374030

upgpkg: puzzles 20230101-1: Update to 20230101, install docs (FS#66487)

Modified:
  puzzles/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-02 21:39:19 UTC (rev 1374029)
+++ PKGBUILD    2023-01-02 21:43:29 UTC (rev 1374030)
@@ -4,17 +4,17 @@
 # Contributor: schuay <[email protected]>
 
 pkgname=puzzles
-pkgver=20221102
+pkgver=20230101
 pkgrel=1
-_commit=289342e
+_commit=14c025d
 pkgdesc="Simon Tatham's Portable Puzzle Collection"
-arch=('x86_64')
+arch=(x86_64)
 url='https://www.chiark.greenend.org.uk/~sgtatham/puzzles/'
 license=(MIT)
 depends=(gtk3)
 makedepends=(cmake imagemagick)
 
source=(https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-$pkgver.$_commit.tar.gz)
-sha256sums=('76a5c15b26383a5b0c8de8f7336c9fea60431189cc66da52f9cf800c8ab6c3d1')
+sha256sums=('970ac7db42d8066eca11e3cb03c5b07973b9ba47887bc2b08808423672cb4c85')
 
 build() {
   cmake -B build -S puzzles-$pkgver.$_commit \
@@ -27,4 +27,5 @@
   DESTDIR="$pkgdir" cmake --install build
 
   install -Dm644 puzzles-$pkgver.$_commit/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 puzzles-$pkgver.$_commit/html/*.html -t 
"$pkgdir"/usr/share/doc/$pkgname
 }

Reply via email to