summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarshlinux2020-10-05 01:39:50 +0200
committerarshlinux2020-10-05 01:39:50 +0200
commit6ba176bc422fa5457454e6789c5b0f528d71702c (patch)
treeb764d408776237f93d1ab4085db7a0b098c1bd6b
parent1b2356eb1b230f2d6c64ed65f4d2a94ff9ed2364 (diff)
downloadaur-6ba176bc422fa5457454e6789c5b0f528d71702c.tar.gz
Fix backup
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0737e899af41..44771e52de9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: arshlinux
pkgname=react-deluge-git
pkgver=r9.77417a8
-pkgrel=1
+pkgrel=2
pkgdesc="The very first React Front-end for the Deluge BitTorrent client"
url="https://github.com/varyoo/react-deluge"
license=(GPL3)
@@ -9,7 +9,7 @@ arch=(x86_64)
depends=()
makedepends=(git npm)
optdepends=()
-backup=("etc/flood/config.js")
+backup=()
source=("git+https://github.com/varyoo/react-deluge")
sha256sums=("SKIP")
options=(!strip)