Date: Friday, January 6, 2023 @ 01:05:02
Author: heftig
Revision: 466049
archrelease: copy trunk to extra-x86_64
Added:
gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 466047, gnome-chess/trunk/PKGBUILD)
Deleted:
gnome-chess/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-06 01:05:01 UTC (rev 466048)
+++ PKGBUILD 2023-01-06 01:05:02 UTC (rev 466049)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=gnome-chess
-pkgver=43.0
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-url="https://wiki.gnome.org/Apps/Chess"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk4 libadwaita librsvg)
-makedepends=(gobject-introspection yelp-tools vala git meson)
-optdepends=('gnuchess: Play against computer')
-groups=(gnome-extra)
-options=(debug)
-_commit=b6b8a88debfbd48751a09f590a69020b39a64f63 # tags/43.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: gnome-chess/repos/extra-x86_64/PKGBUILD (from rev 466047,
gnome-chess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-06 01:05:02 UTC (rev 466049)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-chess
+pkgver=43.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+url="https://wiki.gnome.org/Apps/Chess"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk4 libadwaita librsvg)
+makedepends=(gobject-introspection yelp-tools vala git meson)
+optdepends=('gnuchess: Play against computer')
+groups=(gnome-extra)
+options=(debug)
+_commit=95c7fb91daf36014fc1c2a7ec20b7400a21cd316 # tags/43.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: