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

Felix Yan felixonmars at archlinux.org
Thu Jul 6 07:45:17 UTC 2017


    Date: Thursday, July 6, 2017 @ 07:45:16
  Author: felixonmars
Revision: 242485

upgpkg: deepin-wallpapers 1.5-1

Modified:
  deepin-wallpapers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-06 07:44:15 UTC (rev 242484)
+++ PKGBUILD	2017-07-06 07:45:16 UTC (rev 242485)
@@ -4,19 +4,18 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-wallpapers
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc='Deepin Wallpapers'
 arch=('any')
 license=('GPL')
 url="https://github.com/linuxdeepin/deepin-wallpapers"
-makedepends=('git')
 groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-wallpapers.git#tag=$pkgver")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wallpapers/archive/$pkgver.tar.gz")
+sha512sums=('41b6bf9e6c932c6adf9deebc484d5a578d10cbf2fbcf1aaeff7f29510edbe191cf0b014f3c5e376658e38997e49446f722bc01adca47a7408744d47021ac5083')
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   install -dm755 "$pkgdir"/usr/share/wallpapers
   cp -r deepin "$pkgdir"/usr/share/wallpapers/
 



More information about the arch-commits mailing list