diff options
author | Ralph Plawetzki | 2025-04-11 15:29:33 +0200 |
---|---|---|
committer | Ralph Plawetzki | 2025-04-11 16:41:51 +0200 |
commit | 9ca15de206c04b3b44e034836e5eae0e95f3c48f (patch) | |
tree | ec2c7d6d4768cf2b71524859eaa2658725fa5dc8 | |
parent | 59917b6c2c4dc26dc63853d013d078ce6b5e6996 (diff) | |
download | aur-keepassxc-cryptomator.tar.gz |
Fix filenames
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ url="https://plugin.purejava.org/" license=('MIT') depends=('cryptomator' 'keepassxc') makedepends=('java-environment>=17' 'maven') -source=("keepassxc-cryptomator-${pkgver}.tar.gz::https://github.com/purejava/keepassxc-cryptomator/releases/download/${pkgver}/keepassxc-cryptomator-${pkgver}.tar.gz" - "keepassxc-cryptomator-${pkgver}.tar.gz.asc::https://github.com/purejava/keepassxc-cryptomator/releases/download/${pkgver}/keepassxc-cryptomator-${pkgver}.tar.gz.asc") +source=("keepassxc-cryptomator-${pkgver}-sources.tar.gz::https://github.com/purejava/keepassxc-cryptomator/releases/download/${pkgver}/keepassxc-cryptomator-${pkgver}-sources.tar.gz" + "keepassxc-cryptomator-${pkgver}-sources.tar.gz.asc::https://github.com/purejava/keepassxc-cryptomator/releases/download/${pkgver}/keepassxc-cryptomator-${pkgver}-sources.tar.gz.asc") sha256sums=('8ec3562a76eb6963372705cc1c086989ab5cad0fc97a0dc7d09cf825ef7bb548' 'SKIP') options=('!strip') |