[arch-commits] Commit in deepin-draw/repos/community-testing-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Thu May 7 06:11:48 UTC 2020


    Date: Thursday, May 7, 2020 @ 06:11:46
  Author: felixonmars
Revision: 625270

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-draw/repos/community-testing-x86_64/PKGBUILD
    (from rev 625269, deepin-draw/trunk/PKGBUILD)
Deleted:
  deepin-draw/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 06:11:31 UTC (rev 625269)
+++ PKGBUILD	2020-05-07 06:11:46 UTC (rev 625270)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-draw
-pkgver=5.8.0.14
-pkgrel=1
-pkgdesc="A lightweight drawing tool for Linux Deepin"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-draw"
-license=('GPL3')
-depends=('deepin-notifications' 'deepin-qt5integration' 'dtkwm' 'freeimage' 'libexif')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz")
-sha512sums=('1a8f4d4d3571e250dbfddaf46f4b7bcd67f8973f5dab8b27304b4f277864a95f14b01718948e36f58c3e5c105a6534b1426cb8f6115c6dfeb8bd700eda9dd471')
-
-build() {
-  cd deepin-draw-$pkgver
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd deepin-draw-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-draw/repos/community-testing-x86_64/PKGBUILD (from rev 625269, deepin-draw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-07 06:11:46 UTC (rev 625270)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-draw
+pkgver=5.8.0.15
+pkgrel=1
+pkgdesc="A lightweight drawing tool for Linux Deepin"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-draw"
+license=('GPL3')
+depends=('deepin-notifications' 'deepin-qt5integration' 'dtkwm' 'freeimage' 'libexif')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz")
+sha512sums=('910dd748c524f6ba6c148d61ced068aff224a9f8fbc3bf168f92b06937cea786ece78be51caf9bda9f1d1b52e83ee1426307f31e54470661f4574ce849005a13')
+
+build() {
+  cd deepin-draw-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-draw-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list