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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jul 26 17:39:48 UTC 2021


    Date: Monday, July 26, 2021 @ 17:39:48
  Author: felixonmars
Revision: 985572

archrelease: copy trunk to community-x86_64

Added:
  deepin-store/repos/community-x86_64/PKGBUILD
    (from rev 985571, 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-07-26 17:39:41 UTC (rev 985571)
+++ PKGBUILD	2021-07-26 17:39:48 UTC (rev 985572)
@@ -1,24 +0,0 @@
-# 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
-}

Copied: deepin-store/repos/community-x86_64/PKGBUILD (from rev 985571, deepin-store/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-26 17:39:48 UTC (rev 985572)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-store
+pkgver=1.2.3
+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=('1d3a6b289dcfd1c7708acffb136fa143556d704057e519240d6da5612e86c2eb11acb9fac168aa973df9c9509cbb28c9e6a2b37daee83434e3f05dd81d396008')
+
+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