summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2017-06-11 16:49:32 -0400
committerStorm Dragon2017-06-11 16:49:32 -0400
commit19d828e29badbe00caaf039b5d852873a067d315 (patch)
treec8082d1f7a44b677d7295801463c8aa5f254a239 /PKGBUILD
parentf6203598debe951a5c92718184b6a4322d0ef61a (diff)
downloadaur-19d828e29badbe00caaf039b5d852873a067d315.tar.gz
Fixed info in install file. Hopefully fixed backup file too.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 512cf86d6270..551e00556ebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='fenrir'
pkgver=1.06
-pkgrel=1
+pkgrel=2
pkgdesc='A user space console screen reader written in python3'
arch=('any')
url="https://github.com/chrys87/fenrir"
@@ -18,7 +18,7 @@ optdepends=('brltty: For Braille support'
makedepends=('unzip')
provides=('fenrir')
conflicts=('fenrir')
-backup=('etc/fenrir/settings/settings.conf')
+backup=('etc/fenrir/settings/settings.conf')
install="$pkgname".install
source=("https://github.com/chrys87/${pkgname}/archive/${pkgver}.zip"
'fenrir.install')