summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn K. Luebs2023-10-09 10:16:08 -0500
committerJohn K. Luebs2023-10-09 10:17:12 -0500
commit49e7ea6869fbaf07d89c936ab6c7c4260c69de23 (patch)
tree3b879b523de75f3be7aaffc9e120d795ddf4db9a
parent4d0dd43cf3317bc147ff7fea4f95fbac1fca029d (diff)
downloadaur-dupluxy-git.tar.gz
amend description
-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