[arch-commits] Commit in drawing/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Thursday, October 22, 2020 @ 21:55:17
  Author: bgyorgy
Revision: 730232

archrelease: copy trunk to community-any

Added:
  drawing/repos/community-any/PKGBUILD
    (from rev 730231, drawing/trunk/PKGBUILD)
Deleted:
  drawing/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 21:55:14 UTC (rev 730231)
+++ PKGBUILD	2020-10-22 21:55:17 UTC (rev 730232)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=drawing
-pkgver=0.4.13
-pkgrel=1
-pkgdesc="Drawing application for the GNOME desktop"
-url="https://github.com/maoschanz/drawing"
-arch=(any)
-license=(GPL3)
-depends=(gtk3 python-cairo python-gobject)
-makedepends=(meson)
-source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('634930912947e13d4399ddfb056412c8218097b4ff03f542764f858de995f6eb')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: drawing/repos/community-any/PKGBUILD (from rev 730231, drawing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-22 21:55:17 UTC (rev 730232)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=drawing
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Drawing application for the GNOME desktop"
+url="https://github.com/maoschanz/drawing"
+arch=(any)
+license=(GPL3)
+depends=(gtk3 python-cairo python-gobject)
+makedepends=(meson)
+source=(https://github.com/maoschanz/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4a70690539fb402eaa0ece6501eb9f3e9aea7ae61ff54e16e88c3f2dd0e0e008')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list