[arch-commits] Commit in deepin-topbar/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 16 08:47:05 UTC 2020


    Date: Tuesday, June 16, 2020 @ 08:47:04
  Author: felixonmars
Revision: 646021

upgpkg: deepin-topbar 0.7.0-1

Modified:
  deepin-topbar/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-16 08:45:46 UTC (rev 646020)
+++ PKGBUILD	2020-06-16 08:47:04 UTC (rev 646021)
@@ -2,8 +2,8 @@
 # Contributor: kirigaya <kirigaya at mkacg.com>
 
 pkgname=deepin-topbar
-pkgver=0.6.6
-pkgrel=3
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="This is topbar for Deepin"
 arch=('x86_64')
 url="https://github.com/kirigayakazushin/deepin-topbar"
@@ -11,15 +11,9 @@
 depends=('deepin-network-utils' 'deepin-qt5integration' 'deepin-qt-dbus-factory' 'libdbusmenu-qt5'
          'procps-ng')
 makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz"
-        $pkgname-dde-v20.patch)
-sha512sums=('415f6e4eadbe78fe1ab4ef61c5f32f8c945fea56556458a88592da7094aeaf1a03cac2f8ac4a2b0f0d3506368ff3f9f3ae19b5683892f5b995024225f06a65dc'
-            '4109ca2aea0c35d2c2c8a91dda43776f24420446ded2f41d0e6feb210fdf7130dfdba449d32d1ce3318389749ec242a815ac58f0b143e36788f31de835d24c8c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz")
+sha512sums=('30d0b0df25c5ceef626b079c1113d3915532e74c2392f964d5438b374aa5e3d2adedbc9cc3106f8aa23c822539310260f0d5a7d28392181c6b30bfb669dbbb9f')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < $pkgname-dde-v20.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib



More information about the arch-commits mailing list