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

Jan Steffens heftig at archlinux.org
Fri Jul 10 17:49:19 UTC 2020


    Date: Friday, July 10, 2020 @ 17:49:18
  Author: heftig
Revision: 663125

archrelease: copy trunk to community-x86_64

Added:
  simple-scan/repos/community-x86_64/PKGBUILD
    (from rev 663124, simple-scan/trunk/PKGBUILD)
Deleted:
  simple-scan/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-10 17:12:58 UTC (rev 663124)
+++ PKGBUILD	2020-07-10 17:49:18 UTC (rev 663125)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-
-pkgname=simple-scan
-pkgver=3.36.3
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="https://gitlab.gnome.org/GNOME/simple-scan"
-arch=(x86_64)
-license=(GPL3)
-groups=(gnome)
-depends=(sane dconf gtk3 colord-sane libgusb)
-makedepends=(yelp-tools meson vala git)
-_commit=1b2f5605591b9d1176a0bfdf364df2ed0ec2cfef  # tags/3.36.3^0
-source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 663124, simple-scan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-10 17:49:18 UTC (rev 663125)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=simple-scan
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://gitlab.gnome.org/GNOME/simple-scan"
+arch=(x86_64)
+license=(GPL3)
+groups=(gnome)
+depends=(sane dconf gtk3 colord-sane libgusb)
+makedepends=(yelp-tools meson vala git)
+_commit=d1d8fe750a70c6090001184b7167df214da9191a  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list