Date: Tuesday, June 27, 2017 @ 05:43:19 Author: felixonmars Revision: 241102
upgpkg: deepin-daemon 3.1.11-1 Modified: deepin-daemon/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-27 05:42:57 UTC (rev 241101) +++ PKGBUILD 2017-06-27 05:43:19 UTC (rev 241102) @@ -4,7 +4,7 @@ # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> pkgname=deepin-daemon -pkgver=3.1.10 +pkgver=3.1.11 pkgrel=1 pkgdesc='Daemon handling the DDE session settings' arch=('i686' 'x86_64') @@ -26,7 +26,7 @@ install="${pkgname}.install" source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz" 'deepin-daemon.sysusers') -sha512sums=('ce23def0eb7b8d31b6a5fe52771cfe41109535c67a6093976dc6b12c8dad07990f4aa39e59b8381b9e0b5949ecd39b9ffe46b6284a0740b6280181de9d90d8e6' +sha512sums=('c7a9caff1137da869e8b4869e24f893aea80f9b4990b8a66b482950dc7008cc4eaf3f2689e95d7c82fe9f8fe7d38197bea4ef6fc5918d00a2a96f33073b67570' '808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a') prepare() { @@ -39,7 +39,7 @@ github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 github.com/disintegration/imaging \ github.com/BurntSushi/freetype-go/freetype github.com/BurntSushi/freetype-go/freetype/truetype \ github.com/BurntSushi/graphics-go/graphics github.com/fsnotify/fsnotify golang.org/x/sys/unix \ - gopkg.in/yaml.v2 + gopkg.in/yaml.v2 github.com/axgle/mahonia sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' dde-daemon-$pkgver/accounts/user.go }