Date: Sunday, December 18, 2022 @ 12:46:14
  Author: felixonmars
Revision: 1359849

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-18 12:46:12 UTC (rev 1359848)
+++ PKGBUILD    2022-12-18 12:46:14 UTC (rev 1359849)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-music
-pkgver=6.2.21
-pkgrel=1
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-music";
-license=('GPL3')
-depends=('deepin-qt5integration' 'ffmpeg' 'kcodecs' 'libcue' 'qt5-svg' 
'qtdbusextended' 'qtmpris'
-         'taglib' 'udisks2-qt5' 'vlc')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-options=('!lto')
-source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('d7f9938ea7678679e665029a08b16f077364e330d1484b1fb72fe5e6ad5d3998187ebd0f791346ab4fc440698ab495eb9ddcf93241931f392239653b453a43d7')
-
-build() {
-  cd deepin-music-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DVERSION=$pkgver .
-  ninja
-}
-
-package() {
-  cd deepin-music-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-music/repos/community-x86_64/PKGBUILD (from rev 1359847, 
deepin-music/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-18 12:46:14 UTC (rev 1359849)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-music
+pkgver=6.2.22
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music";
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg' 'kcodecs' 'libcue' 'qt5-svg' 
'qtdbusextended' 'qtmpris'
+         'taglib' 'udisks2-qt5' 'vlc')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+options=('!lto')
+source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('5cc181ad0eeb01a02074bfc43f6f3da019bd59056ef8e5a9c2807740eda80f9b48fdcd94c09d1eb35b6d2218652d74885412b35fc5005e56bce9cf3ba75613c0')
+
+build() {
+  cd deepin-music-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DVERSION=$pkgver .
+  ninja
+}
+
+package() {
+  cd deepin-music-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Reply via email to