summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-03-11 20:21:10 +0200
committerDimitris Kiziridis2020-03-11 20:21:10 +0200
commit45825c4d4e761b0bba32ae246ca7b5d43985fe20 (patch)
tree0ae5707a6a4e823be9d75226a39c728ee77af113
parent008263badd6f5c9588995419eeb5036a15a1c8d1 (diff)
downloadaur-45825c4d4e761b0bba32ae246ca7b5d43985fe20.tar.gz
bugfix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 201c3359daf6..6f2c4174527d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tagspaces
pkgdesc = TagSpaces is an offline, open source, document manager with tagging support
pkgver = 3.4.2
- pkgrel = 4
+ pkgrel = 5
url = http://tagspaces.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c3643e6060a9..65897ce427a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tagspaces
pkgver=3.4.2
-pkgrel=4
+pkgrel=5
pkgdesc='TagSpaces is an offline, open source, document manager with tagging support'
arch=('i686' 'x86_64')
url='http://tagspaces.org'
@@ -29,7 +29,7 @@ package() {
mkdir -p ${pkgdir}/usr/bin/
cp -R ${srcdir}/builds/linux-unpacked/* ${pkgdir}/opt/${pkgname}
chmod 755 ${pkgdir}/opt/${pkgname}/tagspaces
- ln -s ${pkgdir}/opt/${pkgname}/tagspaces ${pkgdir}/usr/bin/tagspaces
+ ln -s ${pkgdir}/opt/${pkgname}/tagspaces ${pkgdir}/usr/bin/
install -Dm644 ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
install -Dm644 ${srcdir}/${pkgname}-${pkgver}/app/assets/images/icon100x100.svg ${pkgdir}/usr/share/pixmaps/${pkgname}.svg
install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE