Merge pull request #328 from graysky2/master
profile-sync-daemon: update to 5.47
This commit is contained in:
commit
bf8e85c008
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'profile-cleaner'
|
||||
pkgname=profile-cleaner
|
||||
version=2.25
|
||||
version=2.27
|
||||
revision=1
|
||||
noarch="yes"
|
||||
build_style=gnu-makefile
|
||||
|
@ -11,7 +11,7 @@ maintainer="graysky <graysky AT archlinux DOT us>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/graysky2/profile-cleaner"
|
||||
distfiles="http://repo-ck.com/source/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=6fa00d24253910bb460d4b60969d65079efbf9208286e6c641d722f9874412f6
|
||||
checksum=9ef4b8c304bcc9ae2ff704953a08508d8d78e01610875ace77fcc8244748fe5f
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'profile-sync-daemon'
|
||||
pkgname=profile-sync-daemon
|
||||
version=5.45.1
|
||||
revision=2
|
||||
version=5.47
|
||||
revision=1
|
||||
noarch="yes"
|
||||
conf_files="/etc/psd.conf"
|
||||
makedepends="rsync"
|
||||
|
@ -11,7 +11,7 @@ maintainer="graysky <graysky AT archlinux DOT us>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/graysky2/profile-sync-daemon"
|
||||
distfiles="http://repo-ck.com/source/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=5f93e77c6ad4d7688a9503f9d426f9e29b6af64196e110a7e85f4f4f799f8487
|
||||
checksum=5ecfcadd9539f851f3bb781c18620c8cdf3a62d71b68f5d5f74bc9f9cf5a45cf
|
||||
|
||||
do_install() {
|
||||
make DESTDIR="$DESTDIR" install-systemd-all
|
||||
|
|
Loading…
Reference in a new issue