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

Felix Yan felixonmars at archlinux.org
Mon Jan 18 09:01:23 UTC 2021


    Date: Monday, January 18, 2021 @ 09:01:23
  Author: felixonmars
Revision: 822678

archrelease: copy trunk to community-x86_64

Added:
  deepin-store/repos/community-x86_64/PKGBUILD
    (from rev 822677, 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-01-18 09:01:13 UTC (rev 822677)
+++ PKGBUILD	2021-01-18 09:01:23 UTC (rev 822678)
@@ -1,24 +0,0 @@
-# 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
-}

Copied: deepin-store/repos/community-x86_64/PKGBUILD (from rev 822677, deepin-store/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-18 09:01:23 UTC (rev 822678)
@@ -0,0 +1,24 @@
+# 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
+}



More information about the arch-commits mailing list