Date: Wednesday, January 4, 2023 @ 21:39:29
Author: felixonmars
Revision: 1375233
archrelease: copy trunk to community-x86_64
Added:
deepin-store/repos/community-x86_64/PKGBUILD
(from rev 1375232, deepin-store/trunk/PKGBUILD)
Deleted:
deepin-store/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-04 21:39:14 UTC (rev 1375232)
+++ PKGBUILD 2023-01-04 21:39:29 UTC (rev 1375233)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-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
-}
Copied: deepin-store/repos/community-x86_64/PKGBUILD (from rev 1375232,
deepin-store/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-04 21:39:29 UTC (rev 1375233)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-store
+pkgver=1.2.4
+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=('5a75f7d05a0020217efc56a2324c0210f812e531ca57ad952ce5bf7109dea5cace61ab2204f71ee292666422cccc53d61079a6b741e82c6e8d43fc6ed945fe15')
+
+build() {
+ cd dde-store-$pkgver
+ cmake -GNinja .
+ ninja
+}
+
+package() {
+ cd dde-store-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}