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

Felix Yan felixonmars at archlinux.org
Wed Dec 30 11:34:09 UTC 2020


    Date: Wednesday, December 30, 2020 @ 11:34:09
  Author: felixonmars
Revision: 798869

archrelease: copy trunk to community-x86_64

Added:
  deepin-store/repos/community-x86_64/PKGBUILD
    (from rev 798868, deepin-store/trunk/PKGBUILD)
Deleted:
  deepin-store/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-30 11:33:58 UTC (rev 798868)
+++ PKGBUILD	2020-12-30 11:34:09 UTC (rev 798869)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-store
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Third party app store for DDE built with DTK'
-arch=('x86_64')
-url="https://github.com/dekzi/dde-store"
-license=('GPL3')
-depends=('appstream-qt' 'archlinux-appstream-data' 'dtkwidget' 'packagekit-qt5')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-source=("https://github.com/dekzi/dde-store/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a1448829bd4feeb67a793d8af353c10d8c90bec8af27aa59271de985aad0ebee87b4e79534701efa3325154a8d358b3e8a45912707e3b932f22f47e5d39bb43c')
-
-build() {
-  cd dde-store-$pkgver
-  cmake -GNinja .
-  ninja
-}
-
-package() {
-  cd dde-store-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-store/repos/community-x86_64/PKGBUILD (from rev 798868, deepin-store/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-30 11:34:09 UTC (rev 798869)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-store
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Third party app store for DDE built with DTK'
+arch=('x86_64')
+url="https://github.com/dekzi/dde-store"
+license=('GPL3')
+depends=('appstream-qt' 'archlinux-appstream-data' 'dtkwidget' 'packagekit-qt5')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+source=("https://github.com/dekzi/dde-store/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('515d46caeb448fea373235ecf7b2463090d996b503cee099739d989d2a3223a98c1b704f72adcce73113299a1a6376008f565287fdd146174cdfcc3e91264f95')
+
+build() {
+  cd dde-store-$pkgver
+  cmake -GNinja .
+  ninja
+}
+
+package() {
+  cd dde-store-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list