Date: Wednesday, May 10, 2023 @ 21:14:11
Author: arojas
Revision: 1459839
archrelease: copy trunk to community-x86_64
Added:
umockdev/repos/community-x86_64/PKGBUILD
(from rev 1459838, umockdev/trunk/PKGBUILD)
Deleted:
umockdev/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-10 21:14:02 UTC (rev 1459838)
+++ PKGBUILD 2023-05-10 21:14:11 UTC (rev 1459839)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Marcin (CTRL) Wieczorek <[email protected]>
-# Contributor: Xiao-Long Chen <[email protected]>
-
-pkgname=umockdev
-pkgver=0.17.13
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/"
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('d34227cc48be96da220f8ebeb1d2ae6ab88c751ae0db07c6ea875e37740acfe9')
-
-build() {
- cd $pkgname-$pkgver
-
- arch-meson -Dgtk_doc=true ../build
- ninja -v -C ../build
-}
-
-check() {
- cd $pkgname-$pkgver
-
- meson test -C ../build --print-errorlogs
-}
-
-package() {
- cd $pkgname-$pkgver
-
- DESTDIR="${pkgdir}" meson install -C ../build
-}
Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 1459838,
umockdev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-10 21:14:11 UTC (rev 1459839)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Marcin (CTRL) Wieczorek <[email protected]>
+# Contributor: Xiao-Long Chen <[email protected]>
+
+pkgname=umockdev
+pkgver=0.17.17
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/"
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
+source=(https://github.com/martinpitt/umockdev/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('20e621b1e458b32003cfea99739b67824b86652854a8bce33e26124e347fdf6c')
+
+build() {
+ cd $pkgname-$pkgver
+
+ arch-meson -Dgtk_doc=true ../build
+ ninja -v -C ../build
+}
+
+check() {
+ cd $pkgname-$pkgver
+
+ meson test -C ../build --print-errorlogs
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ DESTDIR="${pkgdir}" meson install -C ../build
+}