summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey D2014-07-14 09:54:06 +0400
committerAlexey D2015-07-05 10:29:51 +0300
commitaf240f57450f672d57eb939aed14294a05f72929 (patch)
tree6245ed5feb27c606e7758f7a511ac6e0102f90d6
parentd7f9cb4fb4674bd5eba80eedb70944b7c5fb941b (diff)
downloadaur-af240f57450f672d57eb939aed14294a05f72929.tar.gz
version 2014.07.1-1
-rw-r--r--.AURINFO38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 43 insertions, 5 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..bef95cf170e1
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,38 @@
+pkgbase = initscripts-fork
+ pkgdesc = Maintained fork of system initialization/bootup scripts
+ pkgver = 2014.07.1
+ pkgrel = 1
+ url = https://bitbucket.org/TZ86/initscripts-fork/overview
+ install = initscripts.install
+ arch = any
+ license = GPL2
+ makedepends = asciidoc
+ depends = glibc
+ depends = bash
+ depends = coreutils
+ depends = iproute2
+ depends = ncurses
+ depends = findutils
+ depends = sysvinit
+ depends = procps-ng
+ depends = kbd
+ optdepends = dhcpcd: DHCP network configuration
+ optdepends = bridge-utils: Network bridging support
+ optdepends = net-tools: Network support
+ optdepends = wireless_tools: Wireless networking
+ optdepends = systemd: new crypttab format support
+ optdepends = sysctl-default-conf: additional tweaks for kernel parameters
+ provides = initscripts-systemd
+ provides = initscripts
+ conflicts = initscripts-systemd
+ conflicts = initscripts
+ replaces = initscripts-systemd
+ replaces = initscripts
+ source = https://bitbucket.org/TZ86/initscripts-fork/get/2014.07.1.tar.bz2
+ backup = etc/inittab
+ backup = etc/rc.conf
+ backup = etc/rc.local
+ backup = etc/rc.local.shutdown
+
+pkgname = initscripts-fork
+
diff --git a/.SRCINFO b/.SRCINFO
index 9e8febab52bc..580fd7f8300d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = initscripts-fork
pkgdesc = Maintained fork of system initialization/bootup scripts
- pkgver = 2014.03.1
+ pkgver = 2014.07.1
pkgrel = 1
url = https://bitbucket.org/TZ86/initscripts-fork/overview
install = initscripts.install
@@ -32,8 +32,8 @@ pkgbase = initscripts-fork
backup = etc/rc.conf
backup = etc/rc.local
backup = etc/rc.local.shutdown
- source = https://bitbucket.org/TZ86/initscripts-fork/get/2014.03.1.tar.bz2
- md5sums = f13aab36792429344ff685b64206722d
+ source = https://bitbucket.org/TZ86/initscripts-fork/get/2014.07.1.tar.bz2
+ md5sums = b1580af4ebf41926e48e6ae0ea7a1b65
pkgname = initscripts-fork
diff --git a/PKGBUILD b/PKGBUILD
index 0f02c9f9a947..b5b26629490f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=initscripts-fork
-pkgver=2014.03.1
+pkgver=2014.07.1
pkgrel=1
pkgdesc="Maintained fork of system initialization/bootup scripts"
arch=('any')
@@ -24,7 +24,7 @@ optdepends=('dhcpcd: DHCP network configuration'
makedepends=(asciidoc)
install=initscripts.install
source=(https://bitbucket.org/TZ86/$pkgname/get/$pkgver.tar.bz2)
-md5sums=('f13aab36792429344ff685b64206722d')
+md5sums=('b1580af4ebf41926e48e6ae0ea7a1b65')
package() {
cd TZ86-$pkgname-*