try and fix the auto-include of the subpackage
This commit is contained in:
parent
e0e7aab328
commit
cd0dce630c
2 changed files with 15 additions and 8 deletions
|
|
@ -1,23 +1,22 @@
|
|||
# Maintainer: Troy Engel <troyengel+arch@gmail.com>
|
||||
|
||||
pkgbase=petrified
|
||||
pkgname=(petrified petrified-systemd)
|
||||
pkgname=('petrified' 'petrified-systemd')
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
changelog=${pkgbase}.archlog
|
||||
pkgrel=3
|
||||
changelog=petrified.archlog
|
||||
arch=('any')
|
||||
url="https://github.com/troyengel/${pkgbase}"
|
||||
url="https://github.com/troyengel/petrified"
|
||||
license=('GPL3')
|
||||
options=('emptydirs')
|
||||
source=("https://github.com/troyengel/${pkgbase}/archive/v${pkgver}.tar.gz")
|
||||
source=("https://github.com/troyengel/petrified/archive/v${pkgver}.tar.gz")
|
||||
md5sums=('8e515895a38f69e341f3098fd2191b25')
|
||||
|
||||
package_petrified() {
|
||||
pkgdesc="Bash client to update dynamic DNS at freedns.afraid.org"
|
||||
depends=('util-linux' 'coreutils' 'bash' 'iproute2' 'curl')
|
||||
optdepends=("${pkgbase}-systemd: Unit files for systemd usage")
|
||||
backup=('etc/petrified.conf')
|
||||
install=${pkgbase}.archinst
|
||||
install=petrified.archinst
|
||||
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
|
||||
|
|
@ -34,7 +33,7 @@ package_petrified() {
|
|||
|
||||
package_petrified-systemd() {
|
||||
pkgdesc="Unit files for petrified systemd usage"
|
||||
depends=("${pkgbase}" 'systemd')
|
||||
depends=('petrified' 'systemd')
|
||||
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2014-11-22 Troy Engel <troyengel+arch@gmail.com>
|
||||
* 1.0.2-3 :
|
||||
Fix PKGBUILD optdepends
|
||||
|
||||
2014-11-22 Troy Engel <troyengel+arch@gmail.com>
|
||||
* 1.0.2-2 :
|
||||
Fix PKGBUILD weirdness
|
||||
|
||||
2014-11-22 Troy Engel <troyengel+arch@gmail.com>
|
||||
* 1.0.2-1 :
|
||||
Version 1.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue