summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2d6cafd403f..7b9336023fa2 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freefilesync
pkgdesc = Backup software to synchronize files and folders
pkgver = 10.11
- pkgrel = 1
+ pkgrel = 2
url = https://www.freefilesync.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7aa72811c3c5..5f9c7ee77e11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=freefilesync
pkgver=10.11
-pkgrel=1
+pkgrel=2
pkgdesc="Backup software to synchronize files and folders"
arch=('i686' 'x86_64')
url="https://www.freefilesync.org"
@@ -85,11 +85,11 @@ package() {
cd "${srcdir}/FreeFileSync/Build"
install -t "${bindir}" -Dm755 Bin/FreeFileSync Bin/RealTimeSync
install -t "${appsharedir}" -Dm644 \
- ding.wav \
- gong.wav \
- harp.wav \
+ Misc/ding.wav \
+ Misc/gong.wav \
+ Misc/harp.wav \
Resources.zip \
- styles.gtk_rc
+ Misc/styles.gtk_rc
install -t "${appsharedir}/Languages" -Dm644 Languages/*.lng
cd "${srcdir}"