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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Oct 18 06:18:15 UTC 2021


    Date: Monday, October 18, 2021 @ 06:18:14
  Author: alucryd
Revision: 1030809

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-18 06:18:09 UTC (rev 1030808)
+++ PKGBUILD	2021-10-18 06:18:14 UTC (rev 1030809)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Andri Yngvason <andri at yngvason.is>
-
-pkgname=aml
-pkgver=0.2.0
-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=1d8185ec15c68074cec1fd252c01c5ecad877b73
-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 1030808, aml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-18 06:18:14 UTC (rev 1030809)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Andri Yngvason <andri at yngvason.is>
+
+pkgname=aml
+pkgver=0.2.1
+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=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:



More information about the arch-commits mailing list