[arch-commits] Commit in umockdev/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Feb 12 21:10:58 UTC 2018
Date: Monday, February 12, 2018 @ 21:10:57
Author: jlichtblau
Revision: 293648
archrelease: copy trunk to community-x86_64
Added:
umockdev/repos/community-x86_64/PKGBUILD
(from rev 293647, umockdev/trunk/PKGBUILD)
Deleted:
umockdev/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-12 21:10:42 UTC (rev 293647)
+++ PKGBUILD 2018-02-12 21:10:57 UTC (rev 293648)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
-# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
-
-pkgname=umockdev
-pkgver=0.10
-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=('gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('5a2fe3a29a75ad98a09a31adca4be410cc931db6c771a207fd9b7d71c5d4411f')
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
- make
-}
-
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 293647, umockdev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-12 21:10:57 UTC (rev 293648)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
+# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+
+pkgname=umockdev
+pkgver=0.11
+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=('gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('068b9e2b7879cb46ca865ed7be39f546fcc8f891c5df3fcf3062413d6d6419f0')
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+
+ ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
+ make
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list