summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVilar da Camara Neto2021-05-20 18:58:01 +0000
committerVilar da Camara Neto2021-05-20 18:58:01 +0000
commit47372b1d28b20c14df0875e79935e9bef01815ca (patch)
treeb522c8187d6a764a0dff8158836d2cca514bc299
parent89e67c822b92b7c0c8f120ebf77982c9eaac637b (diff)
downloadaur-47372b1d28b20c14df0875e79935e9bef01815ca.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 051425767993..e21953721af9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = holland
pkgver = 1.2.6
- pkgrel = 1
+ pkgrel = 2
url = http://hollandbackup.org
arch = any
license = BSD
@@ -11,8 +11,8 @@ pkgbase = holland
source = holland-1.2.6.tar.gz::https://github.com/holland-backup/holland/archive/v1.2.6.tar.gz
source = holland-backup.github.io-1.2.6.tar.gz::https://github.com/holland-backup/holland-backup.github.com/archive/v1.2.6.tar.gz
source = holland.logrotate
- sha256sums = b8fec6ae97c1d0c0769f36510cc460392f064327a81e8857e596d9984bb994da
- sha256sums = d40e255154a16b7c963ccbc0ceb198f963e99a92651e9ab68f22ca37ed2c5b64
+ sha256sums = 214c38ba7d01de029a071223bfc31000a4cb6486ff430e84bbaf92d93f27234b
+ sha256sums = c21f90fe1a9c58f933adbd30a92a54fb4887094ba737fe878ee42c5189edfa88
sha256sums = 6b0240375e5cafe24a4e0c6fd078e42eaff4f5b2030f7fba4202d052d9a54995
pkgname = holland
diff --git a/PKGBUILD b/PKGBUILD
index c7099aabd51a..3cb1cd89ec2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=('holland' 'holland-common' 'holland-lvm' 'holland-mysql'
'holland-mysqldump' 'holland-mysqllvm' 'holland-pgdump'
'holland-xtrabackup' 'holland-mariabackup' 'holland-mongodump')
pkgver=1.2.6
-pkgrel=1
+pkgrel=2
arch=('any')
url="http://hollandbackup.org"
license=('BSD' 'GPL2')
@@ -99,7 +99,7 @@ package_holland() {
"${pkgdir}/etc/logrotate.d/holland"
cd "${srcdir}/${pkgbase}-backup.github.io-${pkgver}"
- install -Dm0644 _build/1/holland.1 "${pkgdir}/usr/share/man/man1/holland.1"
+ install -Dm0644 _build/holland.1 "${pkgdir}/usr/share/man/man1/holland.1"
}
package_holland-common() {