summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-02-03 19:15:53 -0500
committerSolomon Choina2018-02-03 19:15:53 -0500
commit8eaf538894b3b535415f283f66b99916f636b0e4 (patch)
tree6a1420bfc9a5a9f8b1b3178b7b771b244b648dc4
parent82f1deba79547aa0ec3434245e1ba16801e1a2a9 (diff)
downloadaur-8eaf538894b3b535415f283f66b99916f636b0e4.tar.gz
update pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd52c687e163..4feb88417007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 27 19:12:45 UTC 2017
+# Sun Feb 4 00:15:50 UTC 2018
pkgbase = deluge-stable-git
pkgdesc = A bittorrent client written with python and pygtk - Git Stable branch Version
- pkgver = 1.3.15.r6.g6d14be18b
+ pkgver = 1.3.15.r14.gb8e5ebe82
pkgrel = 1
url = http://deluge-torrent.org/
install = deluge-stable.install
@@ -28,6 +28,8 @@ pkgbase = deluge-stable-git
optdepends = pygtk: needed for gtk ui
optdepends = librsvg: needed for gtk ui
optdepends = python2-mako: needed for web ui
+ optdepends = python2-pygame: audible notifications
+ optdepends = python2-libappindicator: appindicator notifications
provides = deluge
conflicts = deluge
conflicts = deluge-svn
diff --git a/PKGBUILD b/PKGBUILD
index d4ec8edfcf5f..2d5199b484dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=deluge-stable-git
_gitname="deluge"
_gitbranch="1.3-stable"
-pkgver=1.3.15.r6.g6d14be18b
+pkgver=1.3.15.r14.gb8e5ebe82
pkgrel=1
pkgdesc="A bittorrent client written with python and pygtk - Git Stable branch Version"
arch=('any')
@@ -32,7 +32,9 @@ optdepends=('libtorrent-rasterbar: deluge daemon, including local daemon'
'python2-notify: libnotify notifications'
'pygtk: needed for gtk ui'
'librsvg: needed for gtk ui'
- 'python2-mako: needed for web ui')
+ 'python2-mako: needed for web ui'
+ 'python2-pygame: audible notifications'
+ 'python2-libappindicator: appindicator notifications')
provides=('deluge')
conflicts=('deluge' 'deluge-svn' 'deluge-stable' 'deluge-git')
replaces=('deluge-svn' 'deluge-stable')
@@ -69,6 +71,8 @@ package() {
install -Dm644 deluge-web.service "$pkgdir/usr/lib/systemd/system/deluge-web.service"
install -Dm644 deluged.conf "$pkgdir/etc/conf.d/deluged"
- install -d "$pkgdir/srv"
- install -d -m 664 -o 125 -g 125 "$pkgdir/srv/deluge"
+ echo 'u deluge - "Deluge BitTorrent daemon" /srv/deluge' |
+ install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+ echo 'd /srv/deluge 0775 deluge deluge' |
+ install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
}