Merge pull request #195 from graysky2/master
profile-sync-daemon: update to 5.43
This commit is contained in:
commit
d5fae9a3e3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'profile-cleaner'
|
||||
pkgname=profile-cleaner
|
||||
version=2.22
|
||||
version=2.25
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Reduces profile size by cleaning their sqlite databases"
|
||||
|
@ -9,7 +9,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=5802dbd1ef2aeddad1660452275e7c5663acd4acaa8289cf6ad8ea54098360d0
|
||||
checksum=6fa00d24253910bb460d4b60969d65079efbf9208286e6c641d722f9874412f6
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'profile-sync-daemon'
|
||||
pkgname=profile-sync-daemon
|
||||
version=5.42
|
||||
version=5.43
|
||||
revision=1
|
||||
short_desc="Syncs browser profiles to tmpfs"
|
||||
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=ce728ac3899234ab50b0aa2de0c1411b5cf3ed4450d5f6610a2aac95e43bfe07
|
||||
checksum=ff6aecfee19211d94fe7ddcf8896d07c67151ba83da319ed13b659ade5875c67
|
||||
long_desc="
|
||||
profile-sync-daemon symlinks and sync browser profiles to RAM (tmpfs) thus
|
||||
reducing SSD/HDD calls and speeding-up browsers."
|
||||
|
|
Loading…
Reference in New Issue