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

Felix Yan felixonmars at archlinux.org
Thu Oct 26 02:11:47 UTC 2017


    Date: Thursday, October 26, 2017 @ 02:11:46
  Author: felixonmars
Revision: 264317

upgpkg: deepin-wallpapers 1:1.7-1

Modified:
  deepin-wallpapers/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-25 22:30:29 UTC (rev 264316)
+++ PKGBUILD	2017-10-26 02:11:46 UTC (rev 264317)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-wallpapers
-pkgver=1.4
+pkgver=1.7
 pkgrel=1
 epoch=1
 pkgdesc='Deepin Wallpapers'
@@ -11,10 +11,16 @@
 arch=('any')
 license=('GPL')
 url="https://github.com/linuxdeepin/deepin-wallpapers"
+makedepends=('deepin-api')
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wallpapers/archive/$pkgver.tar.gz")
-sha512sums=('36c70722ed38a12b9aac9380bfc110915a52fc3301c6b7c70b0818d8496dbe63ec360faf34ee23daffddb097bfe732410f8b7b277052ad1879b92a5e1085ebe5')
+sha512sums=('3de2cf66ba438511af183af2ba7c34e7608ca00ed100af0971247c41f35c66bd0c59bb3496e32b2694978c1c2e83a5b681108eb4d85182a1447eb80db9afa3fa')
 
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
 package() {
   cd $pkgname-$pkgver
   install -dm755 "$pkgdir"/usr/share/wallpapers



More information about the arch-commits mailing list