[arch-commits] Commit in atomix/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Apr 9 08:16:36 UTC 2019


    Date: Tuesday, April 9, 2019 @ 08:16:36
  Author: heftig
Revision: 350424

archrelease: copy trunk to extra-x86_64

Added:
  atomix/repos/extra-x86_64/PKGBUILD
    (from rev 350420, atomix/trunk/PKGBUILD)
Deleted:
  atomix/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-09 08:16:35 UTC (rev 350423)
+++ PKGBUILD	2019-04-09 08:16:36 UTC (rev 350424)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=atomix
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Build molecules out of single atoms"
-url="https://wiki.gnome.org/Apps/Atomix"
-arch=(x86_64)
-license=(GPL2)
-depends=(gtk3 libgnome-games-support)
-makedepends=(meson appstream-glib git)
-_commit=93934275e343384eeb54e2e8fa527318fa520f9f  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/atomix.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
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: atomix/repos/extra-x86_64/PKGBUILD (from rev 350420, atomix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-09 08:16:36 UTC (rev 350424)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=atomix
+pkgver=3.32.1
+pkgrel=1
+pkgdesc="Build molecules out of single atoms"
+url="https://wiki.gnome.org/Apps/Atomix"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 libgnome-games-support)
+makedepends=(meson appstream-glib git)
+_commit=cc56899b79bccc6cfaa8b455d7b88d2d3271cb92  # tags/3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/atomix.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
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list