summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2015-08-30 13:41:05 -0400
committergraysky2015-08-30 13:41:05 -0400
commit83b78f26a9d76a0b88daf1d6c20d6bc2d46e7533 (patch)
treea119ee1fc6155a50ffd10cb49ef0d425efa508bf /PKGBUILD
parentfc09ad80486b244f36dd2bd126f384a93ba30e62 (diff)
downloadaur-83b78f26a9d76a0b88daf1d6c20d6bc2d46e7533.tar.gz
Update to 6.00pre.r0.g515a1a5.unstable-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bad7b693da1..b734b8b435e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='profile-sync-daemon-git'
_pkgname='profile-sync-daemon'
-pkgver=5.68.r3.gd8188fc.unstable
+pkgver=6.00pre.r0.g515a1a5.unstable
pkgrel=1
pkgdesc='Syncs browser profiles to tmpfs. Unstable git version!'
arch=('any')
@@ -36,10 +36,6 @@ build() {
package() {
cd "$_pkgname"
-
- # note if you want to use openrc rather than systemd, change the below make
- # target to 'install-openrc-all' before building and be sure that you read
- # the INSTALL document provided in the source tarball!
- make DESTDIR="$pkgdir" install-systemd-all
+ make DESTDIR="$pkgdir" install
install -Dm644 MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}