summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McNally2017-04-10 14:03:38 -0400
committerKyle McNally2017-04-10 14:03:38 -0400
commit0a56acdbdaeef820ec154fbc62a3f09e74b98c7f (patch)
tree395d1d84b0f5f6edc2e8d4a133046f105f7d011a
parent376ee388e37004b4c93c4a39b077f73d7cb99422 (diff)
downloadaur-0a56acdbdaeef820ec154fbc62a3f09e74b98c7f.tar.gz
upstream update to 0.10.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dce1dcea1f7..a89c221dcbd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = greyhole
pkgdesc = Application that uses Samba to create a storage pool of all your available hard drives and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.
- pkgver = 0.10.5
- pkgrel = 2
+ pkgver = 0.10.6
+ pkgrel = 1
url = https://www.greyhole.net/
install = greyhole.install
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = greyhole
depends = lsof
depends = sysstat
backup = etc/greyhole.conf
- source = https://greyhole.net/releases/greyhole-0.10.5.tar.gz
+ source = https://greyhole.net/releases/greyhole-0.10.6.tar.gz
source = greyhole.service
- sha256sums = 8d8e1f7774436bd2017eb3b311eabfda56c6ad761595e181b590efa0f8286c1a
+ sha256sums = 70620C8CE42B73E682D4C83959C499E29E3A40884DF7783DD4FFC91E4EC48A28
sha256sums = f09cc153424934f2e7e0d8b66cdb47bd5f331640388202917533115d53962ef9
pkgname = greyhole
diff --git a/PKGBUILD b/PKGBUILD
index 76e85f5767b8..c0b0cd3ce146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Christopher Krooß <didi2002@web.de>
pkgname=greyhole
-pkgver=0.10.5
-pkgrel=2
+pkgver=0.10.6
+pkgrel=1
pkgdesc='Application that uses Samba to create a storage pool of all your available hard drives and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.'
arch=('x86_64')
url="https://www.greyhole.net/"
@@ -14,7 +14,7 @@ backup=('etc/greyhole.conf')
install='greyhole.install'
source=("https://greyhole.net/releases/$pkgname-$pkgver.tar.gz"
"greyhole.service")
-sha256sums=('8d8e1f7774436bd2017eb3b311eabfda56c6ad761595e181b590efa0f8286c1a'
+sha256sums=('70620C8CE42B73E682D4C83959C499E29E3A40884DF7783DD4FFC91E4EC48A28'
'f09cc153424934f2e7e0d8b66cdb47bd5f331640388202917533115d53962ef9')
package() {
@@ -25,6 +25,7 @@ package() {
mkdir -p "$pkgdir/usr/share/greyhole/scripts-examples"
install -m 0755 -D -p greyhole "$pkgdir/usr/bin/greyhole"
install -m 0755 -D -p greyhole-dfree "$pkgdir/usr/bin/greyhole-dfree"
+ install -m 0755 -D -p greyhole-php "$pkgdir/usr/bin/greyhole-php"
install -m 0755 -D -p greyhole-dfree.php "$pkgdir/usr/share/greyhole"
install -m 0644 -D -p logrotate.greyhole "$pkgdir/etc/logrotate.d/greyhole"
install -m 0644 -D -p greyhole.cron.d "$pkgdir/etc/cron.d/greyhole"