[arch-commits] Commit in four-in-a-row/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Apr 24 21:32:44 UTC 2020
Date: Friday, April 24, 2020 @ 21:32:44
Author: heftig
Revision: 381516
archrelease: copy trunk to extra-x86_64
Added:
four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 381512, four-in-a-row/trunk/PKGBUILD)
Deleted:
four-in-a-row/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 21:32:43 UTC (rev 381515)
+++ PKGBUILD 2020-04-24 21:32:44 UTC (rev 381516)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=four-in-a-row
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-url="https://wiki.gnome.org/Apps/Four-in-a-row"
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 gsound librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=2356dc18757669474f1d09cdfd4b9ee1e66305ed # tags/3.36.0^0
-source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- ninja -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: four-in-a-row/repos/extra-x86_64/PKGBUILD (from rev 381512, four-in-a-row/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-24 21:32:44 UTC (rev 381516)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=four-in-a-row
+pkgver=3.36.2
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+url="https://wiki.gnome.org/Apps/Four-in-a-row"
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 gsound librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=6471afd923288427b1f4f3653c02f728cd8245c5 # tags/3.36.2^0
+source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ ninja -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list