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

Felix Yan felixonmars at archlinux.org
Tue Feb 23 18:59:45 UTC 2021


    Date: Tuesday, February 23, 2021 @ 18:59:45
  Author: felixonmars
Revision: 870626

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 18:59:30 UTC (rev 870625)
+++ PKGBUILD	2021-02-23 18:59:45 UTC (rev 870626)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-store
-pkgver=1.2.1
-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=('5b5a1b089fea3dcc69ee5be43ebbf314463f8669c0f75df8430038a264e2f61cdb0618cd0fbd3f6f720f36003ff4859e03042a89abd44bdedaa8b5b27bff9136')
-
-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 870625, deepin-store/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 18:59:45 UTC (rev 870626)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-store
+pkgver=1.2.2
+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=('f29394d17d8f98d2e0eb698fd72f2ea6ba1896d8e43f60a403c6cbdec8a5b338e7171869700c4eb3fda528b8826c46f602cec0613554cbe526f9a52c73594a5a')
+
+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