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

Felix Yan felixonmars at archlinux.org
Tue Jun 27 04:58:27 UTC 2017


    Date: Tuesday, June 27, 2017 @ 04:58:25
  Author: felixonmars
Revision: 241065

upgpkg: deepin-gtk-theme 17.10.3-1

Modified:
  deepin-gtk-theme/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-27 04:57:52 UTC (rev 241064)
+++ PKGBUILD	2017-06-27 04:58:25 UTC (rev 241065)
@@ -4,19 +4,18 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-gtk-theme
-pkgver=17.10.2
+pkgver=17.10.3
 pkgrel=1
 pkgdesc="Deepin GTK Theme"
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-gtk-theme"
 license=('LGPL3')
-makedepends=('git')
 optdepends=('gtk-engine-murrine: for gtk2 themes')
 groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-gtk-theme.git#tag=$pkgver")
-sha512sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gtk-theme/archive/$pkgver.tar.gz")
+sha512sums=('677ce15802a040a078efd55310d0f711077dce52a9d3e184615b0b75b68dc180b897b7ec64fee9a64d61730f0780f511677b30bac1f2426e75178a364f7ca02b')
 
 package() {
-  cd deepin-gtk-theme
+  cd deepin-gtk-theme-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list