Commit ceebc8b3 authored by Seblu's avatar Seblu
Browse files

New deps to python-systemd

python modules have been splitted out from systemd main git tree
parent a2ca51c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ pkgdesc='Archlinux Version Controller (Git version)'
arch=('any')
url='https://github.com/seblu/archversion'
license=('GPL2')
depends=('python' 'pyalpm' 'python-xdg')
depends=('python' 'pyalpm' 'python-xdg' 'python-systemd')

build() {
  cd "${startdir}/.."
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ pkgdesc='Archlinux Version Controller'
arch=('any')
url='https://github.com/seblu/archversion'
license=('GPL2')
depends=('python' 'pyalpm' 'python-xdg')
depends=('python' 'pyalpm' 'python-xdg' 'python-systemd')
optdepends=('abs: to sync abs tree')
source=("$pkgname-$pkgver.tar.xz")
md5sums=('SKIP')