[arch-commits] Commit in aml/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Jul 15 11:41:08 UTC 2022


    Date: Friday, July 15, 2022 @ 11:41:08
  Author: alucryd
Revision: 1252922

archrelease: copy trunk to community-x86_64

Added:
  aml/repos/community-x86_64/PKGBUILD
    (from rev 1252921, aml/trunk/PKGBUILD)
Deleted:
  aml/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 11:41:01 UTC (rev 1252921)
+++ PKGBUILD	2022-07-15 11:41:08 UTC (rev 1252922)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Andri Yngvason <andri at yngvason.is>
-
-pkgname=aml
-pkgver=0.2.1
-pkgrel=2
-pkgdesc='Another Main Loop'
-arch=(x86_64)
-url=https://github.com/any1/aml
-license=(custom:ISC)
-depends=(glibc)
-makedepends=(
-  git
-  meson
-  ninja
-)
-provides=(libaml.so)
-_tag=08b6b18d1935fcc2567368c16d8a31d1d2b17aa8
-source=(git+https://github.com/any1/aml.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd aml
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  arch-meson aml build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 aml/COPYING -t "${pkgdir}"/usr/share/licenses/aml
-}
-
-# vim: ts=2 sw=2 et:

Copied: aml/repos/community-x86_64/PKGBUILD (from rev 1252921, aml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 11:41:08 UTC (rev 1252922)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Andri Yngvason <andri at yngvason.is>
+
+pkgname=aml
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Another Main Loop'
+arch=(x86_64)
+url=https://github.com/any1/aml
+license=(custom:ISC)
+depends=(glibc)
+makedepends=(
+  git
+  meson
+  ninja
+)
+provides=(libaml.so)
+_tag=3afc3aacce6d0342bdff71c38cc477d6e23b9be3
+source=(git+https://github.com/any1/aml.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd aml
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  arch-meson aml build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 aml/COPYING -t "${pkgdir}"/usr/share/licenses/aml
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list