[arch-commits] Commit in libinsane/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun Mar 15 20:19:14 UTC 2020
Date: Sunday, March 15, 2020 @ 20:19:13
Author: bgyorgy
Revision: 598508
archrelease: copy trunk to community-x86_64
Added:
libinsane/repos/community-x86_64/PKGBUILD
(from rev 598507, libinsane/trunk/PKGBUILD)
Deleted:
libinsane/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-15 20:19:10 UTC (rev 598507)
+++ PKGBUILD 2020-03-15 20:19:13 UTC (rev 598508)
@@ -1,33 +0,0 @@
-# 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
-}
Copied: libinsane/repos/community-x86_64/PKGBUILD (from rev 598507, libinsane/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-15 20:19:13 UTC (rev 598508)
@@ -0,0 +1,33 @@
+# 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
+}
More information about the arch-commits
mailing list