summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchibald8692024-04-11 20:53:15 +0200
committerarchibald8692024-04-11 20:53:15 +0200
commit5c416b9d1710a33a7af359197f8191465f87b798 (patch)
tree92af8dd805b965ee6c07055f05f93275c626641b
parent80b0461895f1a236887973b5ceda4fa059f3c42f (diff)
downloadaur-freefilesync-bin.tar.gz
Update to version 13.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ce8b2efb9d5..9713bdc2e9cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = freefilesync-bin
pkgdesc = Folder comparison and synchronization
- pkgver = 13.4
+ pkgver = 13.5
pkgrel = 1
url = https://freefilesync.org
install = .install
@@ -13,9 +13,9 @@ pkgbase = freefilesync-bin
conflicts = freefilesync
options = !strip
source = dlagent
- source = freefilesync-bin-13.4.tar.gz::https://freefilesync.org/download/FreeFileSync_13.4_Linux.tar.gz
+ source = freefilesync-bin-13.5.tar.gz::https://freefilesync.org/download/FreeFileSync_13.5_Linux.tar.gz
sha256sums = 21ad62ebf8659bb49a27d1cb1ff29fb7073f206a0ebd4c44340a9afa2b7da218
- sha256sums = a35e5984abcc037b73110c7e15222ef9c47bee6899809e67a39be7e61aef9a26
+ sha256sums = 90469e9f88d60b0aa2a725c7e4053961d8180b11d726bec63a78e4e7ec137dbe
depends_i686 = lib32-at-spi2-core
depends_i686 = lib32-gdk-pixbuf2
depends_i686 = lib32-libsm
diff --git a/PKGBUILD b/PKGBUILD
index 372c43cef319..bfc0de3ab4e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=freefilesync-bin
_pkgname=freefilesync
-pkgver=13.4
+pkgver=13.5
pkgrel=1
pkgdesc="Folder comparison and synchronization"
arch=("i686" "x86_64")
@@ -26,7 +26,7 @@ source=(
)
sha256sums=(
"21ad62ebf8659bb49a27d1cb1ff29fb7073f206a0ebd4c44340a9afa2b7da218"
- "a35e5984abcc037b73110c7e15222ef9c47bee6899809e67a39be7e61aef9a26"
+ "90469e9f88d60b0aa2a725c7e4053961d8180b11d726bec63a78e4e7ec137dbe"
)
options=(!strip)
install=".install"