Date: Saturday, September 29, 2018 @ 04:08:37 Author: felixonmars Revision: 387572
upgpkg: deepin-account-faces 1.0.11-1 Modified: deepin-account-faces/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-29 03:54:48 UTC (rev 387571) +++ PKGBUILD 2018-09-29 04:08:37 UTC (rev 387572) @@ -3,21 +3,19 @@ # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> pkgname=deepin-account-faces -pkgver=1.0.10 -_commit=799e6aa0605167bab6b283aa1114c8aee555a45f -pkgrel=2 +pkgver=1.0.11 +pkgrel=1 pkgdesc='Account faces for Linux Deepin' arch=('any') license=('GPL3') url="https://github.com/linuxdeepin/dde-account-faces" -makedepends=('git') conflicts=('dde-account-faces') replaces=('dde-account-faces') groups=('deepin') -source=("git+https://github.com/linuxdeepin/dde-account-faces.git#commit=$_commit") -sha512sums=('SKIP') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-account-faces/archive/$pkgver.tar.gz") +sha512sums=('4589eec00f1924ed835cafa0f347ae9eff2f45dd308c86dca45485d6467eacaebc02a945c96fca0ea9bb56eff56f1016808db8303d6b80292762541640cc22b5') package() { - cd dde-account-faces - make DESTDIR="${pkgdir}" install + cd dde-account-faces-$pkgver + make DESTDIR="$pkgdir" install }