commit
600922f1dd
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ arch=('any')
|
||||||
url="http://hollandbackup.org"
|
url="http://hollandbackup.org"
|
||||||
license=('BSD' 'GPL2')
|
license=('BSD' 'GPL2')
|
||||||
options=('emptydirs')
|
options=('emptydirs')
|
||||||
makedepends=('python2' 'python2-setuptools' 'patch')
|
makedepends=('python2-setuptools')
|
||||||
source=("http://hollandbackup.org/releases/stable/1.0/${pkgbase}-${pkgver}.tar.gz"
|
source=("http://hollandbackup.org/releases/stable/1.0/${pkgbase}-${pkgver}.tar.gz"
|
||||||
"holland-1.0.10-cursor.patch")
|
"holland-1.0.10-cursor.patch")
|
||||||
md5sums=('3435350d5c9dd57102e8b0470cd636c0'
|
md5sums=('3435350d5c9dd57102e8b0470cd636c0'
|
||||||
|
|
@ -18,7 +18,7 @@ md5sums=('3435350d5c9dd57102e8b0470cd636c0'
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
find ./${pkgbase}-${pkgver} -name setup.cfg -exec rm -f {} \;
|
find -name setup.cfg -delete
|
||||||
patch -p0 < holland-1.0.10-cursor.patch
|
patch -p0 < holland-1.0.10-cursor.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue