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

Felix Yan felixonmars at archlinux.org
Fri Mar 24 03:11:04 UTC 2017


    Date: Friday, March 24, 2017 @ 03:10:56
  Author: felixonmars
Revision: 218562

upgpkg: deepin-icon-theme 15.12.36-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-24 03:08:38 UTC (rev 218561)
+++ PKGBUILD	2017-03-24 03:10:56 UTC (rev 218562)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-icon-theme
-pkgver=15.12.35
+pkgver=15.12.36
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -13,12 +13,11 @@
 replaces=('deepin-cursor-theme')
 conflicts=('deepin-cursor-theme')
 depends=('flattr-icon-theme' 'faenza-icon-theme')
-makedepends=('git')
-source=("git+https://cr.deepin.io/deepin-icon-theme.git#tag=$pkgver")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz")
+sha512sums=('73f72acd4dbd1c46b683162141638c56a5531452e204e6aaffd50327c35824c0a7dee8544fb9cf1980bf058635cacecb793f7024681d17828e2f6437b3651802')
 
 prepare() {
-  cd "${pkgname}"
+  cd $pkgname-$pkgver
   sed 's\flattr\Flattr\' -i deepin/index.theme
 
   mkdir -p build
@@ -25,6 +24,6 @@
 }
 
 package() {
-  cd "${pkgname}"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list