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

Balló György bgyorgy at archlinux.org
Thu Jan 9 01:44:20 UTC 2020


    Date: Thursday, January 9, 2020 @ 01:44:20
  Author: bgyorgy
Revision: 550962

archrelease: copy trunk to community-x86_64

Added:
  libinsane/repos/community-x86_64/PKGBUILD
    (from rev 550961, libinsane/trunk/PKGBUILD)
Deleted:
  libinsane/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 01:44:17 UTC (rev 550961)
+++ PKGBUILD	2020-01-09 01:44:20 UTC (rev 550962)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libinsane
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Library to access scanners"
-arch=(x86_64)
-url="https://gitlab.gnome.org/World/OpenPaperwork/libinsane"
-license=(LGPL3)
-depends=(sane)
-makedepends=(git gobject-introspection meson vala)
-checkdepends=(cunit)
-_commit=1c7386fbd8b5550a8ed4a664232911f063042d23  # tags/1.0.2^0
-source=("git+https://gitlab.gnome.org/World/OpenPaperwork/libinsane.git#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libinsane/repos/community-x86_64/PKGBUILD (from rev 550961, libinsane/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-09 01:44:20 UTC (rev 550962)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libinsane
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Library to access scanners"
+arch=(x86_64)
+url="https://gitlab.gnome.org/World/OpenPaperwork/libinsane"
+license=(LGPL3)
+depends=(sane)
+makedepends=(git gobject-introspection meson vala)
+checkdepends=(cunit)
+_commit=ac0dad2f456414279767771b21c1647c0d88a3bf  # tags/1.0.3^0
+source=("git+https://gitlab.gnome.org/World/OpenPaperwork/libinsane.git#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list