summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2022-02-26 11:45:53 -0800
committerDonald Webster2022-02-26 11:45:53 -0800
commit72b9aace443cdf4249f99c5fac65abf0d1c24023 (patch)
tree2a2c79190836be0af971a3fa1fe8893d614a4c30
parent7c087d4cab9a0727eb94c45de99807ab164d2cec (diff)
downloadaur-72b9aace443cdf4249f99c5fac65abf0d1c24023.tar.gz
Add libxcrypt-compat depends.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8e7bf9c6295..2770cc934a71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rslsync
pkgdesc = Resilio Sync (ex:BitTorrent Sync) - automatically sync files via secure, distributed technology
pkgver = 2.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.getsync.com
install = rslsync.install
arch = i686
@@ -11,6 +11,7 @@ pkgbase = rslsync
arch = armv7h
arch = aarch64
license = custom:resilio
+ depends = libxcrypt-compat
backup = etc/rslsync.conf
source = rslsync.service
source = rslsync_user.service
@@ -20,18 +21,17 @@ pkgbase = rslsync
sha256sums = ba4b0ee3303027122e67345d4bf852f911a56f213f98c9eaa198c69d903fd8a1
sha256sums = 58ba5cef05bcfde72c5841eaeffaa4d31c39e26902b5fefb2e17eb9b629416cf
sha256sums = 3c69179987c2e0f54b2f3478ab421c65515f5b5b9bad2b6e055ec04aea0f5c6d
- source_i686 = rslsync_i386-2.7.2-1.tar.gz::https://download-cdn.resilio.com/stable/linux-i386/resilio-sync_i386.tar.gz
+ source_i686 = rslsync_i386-2.7.2-2.tar.gz::https://download-cdn.resilio.com/stable/linux-i386/resilio-sync_i386.tar.gz
sha256sums_i686 = dc6c1f11c17cea46bd6254c2fd19ad5ff5edd1fce26e0fa7d47e0768503e9aaf
- source_x86_64 = rslsync_x64-2.7.2-1.tar.gz::https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz
+ source_x86_64 = rslsync_x64-2.7.2-2.tar.gz::https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz
sha256sums_x86_64 = 0e9e92eb0deeb9314e9676275e91fdce6d6296b352637e7dc59eecb03f2d593d
- source_arm = rslsync_arm-2.7.2-1.tar.gz::https://download-cdn.resilio.com/stable/linux-arm/resilio-sync_arm.tar.gz
+ source_arm = rslsync_arm-2.7.2-2.tar.gz::https://download-cdn.resilio.com/stable/linux-arm/resilio-sync_arm.tar.gz
sha256sums_arm = 632a51c5c051ec2b24225e9f7f415d3c73349fd29ec9ab10d8bf1a04015adade
- source_armv6h = rslsync_arm-2.7.2-1.tar.gz::https://download-cdn.resilio.com/stable/linux-arm/resilio-sync_arm.tar.gz
+ source_armv6h = rslsync_arm-2.7.2-2.tar.gz::https://download-cdn.resilio.com/stable/linux-arm/resilio-sync_arm.tar.gz
sha256sums_armv6h = 632a51c5c051ec2b24225e9f7f415d3c73349fd29ec9ab10d8bf1a04015adade
- source_armv7h = rslsync_armhf-2.7.2-1.tar.gz::https://download-cdn.resilio.com/stable/linux-armhf/resilio-sync_armhf.tar.gz
+ source_armv7h = rslsync_armhf-2.7.2-2.tar.gz::https://download-cdn.resilio.com/stable/linux-armhf/resilio-sync_armhf.tar.gz
sha256sums_armv7h = ae3fdbfa0249f9dc621d91c939fa7f5df023486f1e814bedee27ff06bffd11d6
- source_aarch64 = rslsync_arm64-2.7.2-1.tar.gz::https://download-cdn.resilio.com/stable/linux-arm64/resilio-sync_arm64.tar.gz
+ source_aarch64 = rslsync_arm64-2.7.2-2.tar.gz::https://download-cdn.resilio.com/stable/linux-arm64/resilio-sync_arm64.tar.gz
sha256sums_aarch64 = c2a9630ec671096be5d1744592bd74dea27d6b70d83e143b568a2de458991c49
pkgname = rslsync
-
diff --git a/PKGBUILD b/PKGBUILD
index 3c1244095e4b..e8c163b4feca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=rslsync
pkgver=2.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Resilio Sync (ex:BitTorrent Sync) - automatically sync files via secure, distributed technology"
license=("custom:resilio")
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://www.getsync.com"
install=rslsync.install
backup=('etc/rslsync.conf')
-conflicts=()
+depends=('libxcrypt-compat')
source=('rslsync.service'
'rslsync_user.service'
'rslsync.tmpfiles'