summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2020-08-12 11:48:36 +1000
committerMark Blakeney2020-08-12 11:48:36 +1000
commitf3f8fb86129c5c495998b7422c66df5ced0d4f33 (patch)
tree8a8dcd3ace80d9feba9e81313c8f2ab5a8bfab06 /PKGBUILD
parent092e05d6a03ab9c65ffa5342b6099b74866d562c (diff)
downloadaur-f3f8fb86129c5c495998b7422c66df5ced0d4f33.tar.gz
Remove unnecessary save of config file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81104c196736..314a4ce3da84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,6 @@ pkgdesc="Program to recreate Backblaze B2 file archive at specified date+time."
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
-backup=("etc/$pkgname.conf")
depends=("python>=3.5")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")