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