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

Balló György bgyorgy at archlinux.org
Thu Oct 22 21:30:36 UTC 2020


    Date: Thursday, October 22, 2020 @ 21:30:36
  Author: bgyorgy
Revision: 730164

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 21:30:32 UTC (rev 730163)
+++ PKGBUILD	2020-10-22 21:30:36 UTC (rev 730164)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libinsane
-pkgver=1.0.4
-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=9550d62beb85e3405277dae836921b1e5f4e69bc  # tags/1.0.4^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 730163, libinsane/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-22 21:30:36 UTC (rev 730164)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libinsane
+pkgver=1.0.8
+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=88e813c866c72facdf51fc62f4b7835b1e3d727b  # tags/1.0.8^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