Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-account-faces
Commits:
5b8e04e0 by Felix Yan at 2023-08-02T03:47:52+03:00
upgpkg: 1.0.14-1
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=deepin-account-faces
-pkgver=1.0.13
+pkgver=1.0.14
pkgrel=1
pkgdesc='Account faces for Linux Deepin'
arch=('any')
@@ -13,9 +13,10 @@ conflicts=('dde-account-faces')
replaces=('dde-account-faces')
groups=('deepin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-account-faces/archive/$pkgver.tar.gz")
-sha512sums=('95ce9fee4c401f44bb9c7be86737cc1a4d12635054a55f859e2cba89e79e08316c26ab5767dee4462e7c3fb16567e94f0938aaa283b4106a562113cdadc69116')
+sha512sums=('69521dc4b12f9839e4b393ec1304e628d3b16d2e811f41180f34809251a49fbc24a92aac47c33ec941220b57d920ba62261b8869c743486dbbdc6a327c248869')
package() {
cd dde-account-faces-$pkgver
make DESTDIR="$pkgdir" install
+ chmod 775 "$pkgdir"/var/lib/AccountsService/icons
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-account-faces/-/commit/5b8e04e0c1a21e754e7559d4986af34686ccac3a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-account-faces/-/commit/5b8e04e0c1a21e754e7559d4986af34686ccac3a
You're receiving this email because of your account on gitlab.archlinux.org.