Date: Saturday, May 13, 2023 @ 13:02:57
  Author: jelle
Revision: 1460186

archrelease: copy trunk to community-x86_64

Added:
  libmodulemd/repos/community-x86_64/PKGBUILD
    (from rev 1460185, libmodulemd/trunk/PKGBUILD)
Deleted:
  libmodulemd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-13 13:02:50 UTC (rev 1460185)
+++ PKGBUILD    2023-05-13 13:02:57 UTC (rev 1460186)
@@ -1,34 +0,0 @@
-# Contributor: larchunix
-# Maintainer: Jelle van der Waa <[email protected]>
-
-pkgname=libmodulemd
-pkgver=2.14.0
-pkgrel=2
-pkgdesc="C Library for manipulating module metadata files"
-arch=('x86_64')
-url="https://github.com/fedora-modularity/$pkgname";
-license=('MIT')
-depends=('file' 'glib2' 'libyaml' 'rpm-tools')
-makedepends=('gobject-introspection' 'gtk-doc' 'help2man' 'meson' 
'python-gobject')
-optdepends=('python-gobject: for python bindings')
-source=("$url/releases/download/$pkgver/${pkgname#lib}-$pkgver.tar.xz")
-sha256sums=('8087942cc290c0df486931233446fb4bce786cd9ff92eb72384731cd4d36f6ef')
-
-build() {
-  cd ${pkgname#lib}-$pkgver
-  arch-meson build
-  ninja -C build
-}
-
-check() {
-  cd ${pkgname#lib}-$pkgver
-  ninja -C build test
-}
-
-package() {
-  cd ${pkgname#lib}-$pkgver
-  DESTDIR="$pkgdir/" ninja -C build install
-
-  install -Dp -m644 COPYING   "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -Dp -m644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: libmodulemd/repos/community-x86_64/PKGBUILD (from rev 1460185, 
libmodulemd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-13 13:02:57 UTC (rev 1460186)
@@ -0,0 +1,34 @@
+# Contributor: larchunix
+# Maintainer: Jelle van der Waa <[email protected]>
+
+pkgname=libmodulemd
+pkgver=2.15.0
+pkgrel=1
+pkgdesc="C Library for manipulating module metadata files"
+arch=('x86_64')
+url="https://github.com/fedora-modularity/$pkgname";
+license=('MIT')
+depends=('file' 'glib2' 'libyaml' 'rpm-tools')
+makedepends=('gobject-introspection' 'gtk-doc' 'help2man' 'meson' 
'python-gobject')
+optdepends=('python-gobject: for python bindings')
+source=("$url/releases/download/$pkgver/${pkgname#lib}-$pkgver.tar.xz")
+sha256sums=('15458323d1d1f614f9e706f623794f95d23e59f4c37deeaa16877463aee34af5')
+
+build() {
+  cd ${pkgname#lib}-$pkgver
+  arch-meson build
+  ninja -C build
+}
+
+check() {
+  cd ${pkgname#lib}-$pkgver
+  ninja -C build test
+}
+
+package() {
+  cd ${pkgname#lib}-$pkgver
+  DESTDIR="$pkgdir/" ninja -C build install
+
+  install -Dp -m644 COPYING   "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dp -m644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}

Reply via email to