summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZeph2018-03-29 08:45:19 +0200
committerZeph2018-03-29 08:45:19 +0200
commit8aa4e019d0e786003d0aab62d9ea9f781b7f985c (patch)
treeedf1479f3565ad949379fa627f712ba3dadcde94 /PKGBUILD
parent9a4e286face3668ab8886588da77c228bd12b460 (diff)
downloadaur-8aa4e019d0e786003d0aab62d9ea9f781b7f985c.tar.gz
fix pamac systemd timers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d1018583911..89e87724db0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pamac-aur
_pkgver=6.2.6
pkgver=$_pkgver
-pkgrel=1
+pkgrel=2
pkgdesc="A Gtk3 frontend for libalpm"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/manjaro/pamac"
@@ -50,10 +50,6 @@ package() {
cd "$srcdir/pamac-$pkgver/builddir"
DESTDIR="$pkgdir" ninja install
- # enable systemd timer
- mkdir -p "$pkgdir/etc/systemd/system/multi-user.target.wants"
- ln -sf "/usr/lib/systemd/system/pamac-cleancache.timer" "$pkgdir/etc/systemd/system/multi-user.target.wants"
-# ln -sf "/usr/lib/systemd/system/pamac-mirrorlist.timer" "$pkgdir/etc/systemd/system/multi-user.target.wants"
# remove pamac-tray-appindicator
# rm "$pkgdir/usr/bin/pamac-tray-appindicator"
# rm "$pkgdir/etc/xdg/autostart/pamac-tray-appindicator.desktop"