[arch-commits] Commit in puzzles/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Sep 5 05:14:13 UTC 2022
Date: Monday, September 5, 2022 @ 05:14:12
Author: arojas
Revision: 1292964
archrelease: copy trunk to community-x86_64
Added:
puzzles/repos/community-x86_64/PKGBUILD
(from rev 1292963, puzzles/trunk/PKGBUILD)
Deleted:
puzzles/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-05 05:14:02 UTC (rev 1292963)
+++ PKGBUILD 2022-09-05 05:14:12 UTC (rev 1292964)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: schuay <jakob.gruber at gmail.com>
-
-pkgname=puzzles
-pkgver=20220128
-pkgrel=1
-_commit=c43a34f
-pkgdesc="Simon Tatham's Portable Puzzle Collection"
-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=('4b1855c1b209f7534a73a49319668b071cec273db5b14e274b4909403a09d9b7')
-
-build() {
- cmake -B build -S puzzles-$pkgver.$_commit \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DNAME_PREFIX=puzzles-
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-
- install -Dm644 puzzles-$pkgver.$_commit/LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 1292963, puzzles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 05:14:12 UTC (rev 1292964)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: schuay <jakob.gruber at gmail.com>
+
+pkgname=puzzles
+pkgver=20220802
+pkgrel=1
+_commit=8399cff
+pkgdesc="Simon Tatham's Portable Puzzle Collection"
+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=('7faf0d8fc3fca08263d4b5b2abc21a9afdf67b1f9ba0f1ff96c579b7e62133da')
+
+build() {
+ cmake -B build -S puzzles-$pkgver.$_commit \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DNAME_PREFIX=puzzles-
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+ install -Dm644 puzzles-$pkgver.$_commit/LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list