summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorL00_Cyph3r2019-01-01 23:03:56 +0100
committerL00_Cyph3r2019-01-01 23:03:56 +0100
commitadda2555fec8c60a0379875a8062443c38939f5a (patch)
treed57cc2e6ac4da68cc53a459e1759794eb5215c6d /PKGBUILD
parent81d895b21a35afda63866879644ce315f4c591a9 (diff)
downloadaur-adda2555fec8c60a0379875a8062443c38939f5a.tar.gz
Renaming local files in order to fix issue with 'broken' AUR-helpers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdcd12f6cde1..40cb3effaefc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname="bunq-desktop-bin"
pkgver="0.9.5"
-pkgrel=1
+pkgrel=2
pkgdesc="A desktop implementation for the bunq API"
url="https://github.com/BunqCommunity/BunqDesktop"
provides=('bunq-desktop')
@@ -37,8 +37,8 @@ makedepens=(
)
source=(
- "https://github.com/bunqCommunity/bunqDesktop/releases/download/${pkgver}/bunqDesktop-linux-unpacked.tar.gz"
- "https://github.com/bunqCommunity/bunqDesktop/raw/${pkgver}/build/icons/512x512.png"
+ bunqDesktop-linux-unpacked-${pkgver}.tar.gz::"https://github.com/bunqCommunity/bunqDesktop/releases/download/${pkgver}/bunqDesktop-linux-unpacked.tar.gz"
+ ${pkgver}-512x512.png::"https://github.com/bunqCommunity/bunqDesktop/raw/${pkgver}/build/icons/512x512.png"
"$pkgname.desktop"
)
@@ -60,7 +60,7 @@ package() {
$pkgdir/opt/$pkgname
cp\
- 512x512.png\
+ ${pkgver}-512x512.png\
$pkgdir/usr/share/pixmaps/bunq.png
pushd $pkgdir/usr/bin
@@ -75,4 +75,3 @@ package() {
$pkgname.desktop\
--dir $pkgdir/usr/share/applications/
}
-