summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstaticghost2018-01-19 15:19:39 +0000
committerstaticghost2018-01-19 15:19:39 +0000
commit5fbeab7c97f89f9d1a9acc34ea005575ba1dce61 (patch)
tree5395ae1737cea273335ab80b75853af2d58d250b
parentf63e350e0280dca511999b4ddfc427cf1958d0c2 (diff)
downloadaur-5fbeab7c97f89f9d1a9acc34ea005575ba1dce61.tar.gz
Quick fix for PKGREL error.
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db9f3e7b6c61..57e5d3a48bee 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freefilesync
pkgdesc = Backup software to synchronize files and folders
pkgver = 9.7
- pkgrel = 2
+ pkgrel = 1
url = http://www.freefilesync.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 26abcc06afba..0b92cc6e7065 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=freefilesync
pkgver=9.7
-pkgrel=2
+pkgrel=1
pkgdesc="Backup software to synchronize files and folders"
arch=('i686' 'x86_64')
url="http://www.freefilesync.org/"