summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 399af6607b47..eeddd8972b39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dupluxy-git
- pkgdesc = Cloud backup tool based on lock-free deduplication with Linux/POSIX enhancement (special file/hardlinks/flags)
- pkgver = v0.1.0.r1.e3e8740
+ pkgdesc = Duplicacy based cloud backup tool based on lock-free deduplication with Linux/POSIX enhancement and hardlinks
+ pkgver = v0.1.0.r0.2d5338f
pkgrel = 1
url = https://www.dupluxy.com/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 23b5777131b6..e59995d4c0b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: jkl
_pkgname=dupluxy
pkgname=$_pkgname-git
-pkgver=v0.1.0.r1.e3e8740
+pkgver=v0.1.0.r0.2d5338f
_duplicacyver=v3.2.3
-pkgrel=1
-pkgdesc="Cloud backup tool based on lock-free deduplication with Linux/POSIX enhancement (special file/hardlinks/flags)"
+pkgrel=2
+pkgdesc="Duplicacy based cloud backup tool based on lock-free deduplication with Linux/POSIX enhancement and hardlinks"
arch=('x86_64' 'i686')
url="https://www.dupluxy.com/"
license=('custom')
@@ -56,7 +56,7 @@ build() {
}
check() {
- cd "$_pkgname/$_pkgname"
+ cd "$_pkgname/src"
git checkout master