[arch-commits] Commit in drawing/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Feb 27 20:15:21 UTC 2021
Date: Saturday, February 27, 2021 @ 20:15:21
Author: arojas
Revision: 875411
archrelease: copy trunk to community-any
Added:
drawing/repos/community-any/PKGBUILD
(from rev 875410, drawing/trunk/PKGBUILD)
Deleted:
drawing/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-27 20:15:10 UTC (rev 875410)
+++ PKGBUILD 2021-02-27 20:15:21 UTC (rev 875411)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=drawing
-pkgver=0.6.4
-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=('ff92f0d1b681c9f2e79f3dbd777503e2c67de289405ea67d9cbe1a120544172c')
-
-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 875410, drawing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-27 20:15:21 UTC (rev 875411)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=drawing
+pkgver=0.6.5
+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=('dd9ce1ef32e95f2e27fb9fad45727780218a198863ac14ab1f5018ad613cc7ff')
+
+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