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

Balló György bgyorgy at archlinux.org
Sun Jun 28 06:56:49 UTC 2020


    Date: Sunday, June 28, 2020 @ 06:56:48
  Author: bgyorgy
Revision: 655093

archrelease: copy trunk to community-x86_64

Added:
  ciano/repos/community-x86_64/PKGBUILD
    (from rev 655092, ciano/trunk/PKGBUILD)
Deleted:
  ciano/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-28 06:56:45 UTC (rev 655092)
+++ PKGBUILD	2020-06-28 06:56:48 UTC (rev 655093)
@@ -1,38 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=ciano
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Multimedia file converter focused on simplicity"
-arch=(x86_64)
-url="https://robertsanseries.github.io/ciano/"
-license=(GPL3)
-depends=(ffmpeg granite imagemagick)
-makedepends=(git meson vala)
-_commit=ac33219d9474af34890635375b5d6bbaf9f15937  # tags/0.2.1
-source=("git+https://github.com/robertsanseries/ciano#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ciano
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd ciano
-  # Use standard icon names
-  sed -i 's/application-add-symbolic/list-add-symbolic/' src/widgets/DialogConvertFile.vala
-}
-
-build() {
-  arch-meson ciano build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: ciano/repos/community-x86_64/PKGBUILD (from rev 655092, ciano/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-28 06:56:48 UTC (rev 655093)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=ciano
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Multimedia file converter focused on simplicity"
+arch=(x86_64)
+url="https://robertsanseries.github.io/ciano/"
+license=(GPL3)
+depends=(ffmpeg granite imagemagick)
+makedepends=(git meson vala)
+_commit=92f02c23f8809ec48e889cec42d3efd9617f7628  # tags/0.2.2
+source=("git+https://github.com/robertsanseries/ciano#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ciano
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ciano
+  # Use standard icon names
+  sed -i 's/application-add-symbolic/list-add-symbolic/' src/Widgets/DialogConvertFile.vala
+}
+
+build() {
+  arch-meson ciano build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list