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

Felix Yan felixonmars at archlinux.org
Tue Oct 31 13:34:13 UTC 2017


    Date: Tuesday, October 31, 2017 @ 13:34:12
  Author: felixonmars
Revision: 264900

upgpkg: deepin-sound-theme 15.10.2-1

Modified:
  deepin-sound-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-31 13:26:36 UTC (rev 264899)
+++ PKGBUILD	2017-10-31 13:34:12 UTC (rev 264900)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-sound-theme
-pkgver=15.10.1
+pkgver=15.10.2
 pkgrel=1
 pkgdesc="Deepin sound theme"
 arch=('any')
@@ -11,12 +11,11 @@
 url="https://github.com/linuxdeepin/deepin-sound-theme"
 license=('GPL3')
 groups=('deepin')
-makedepends=('git')
 conflicts=('deepin-artwork')
-source=("git+https://github.com/linuxdeepin/deepin-sound-theme.git#tag=$pkgver")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-sound-theme/archive/$pkgver.tar.gz")
+sha512sums=('01880aa8ae925290ae1f7cdefe89baac0121776d598a701183c51d7295f28be66e0e102af81d16dfcd60b9b1881efb8278480d4d16e8df6a532187a6a182c93e')
 
 package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list