diff options
author | Alisson Lauffer | 2020-03-23 01:07:54 -0300 |
---|---|---|
committer | Alisson Lauffer | 2020-03-23 01:07:54 -0300 |
commit | f0c024b4992565e68e4d71084ae9b7f4fa14cd19 (patch) | |
tree | fd9fd4b83a71ad9e5bd9acd9f1a23d77d963e893 | |
parent | a052896bd40d53a36226e90834ecf35f625cd197 (diff) | |
download | aur-f0c024b4992565e68e4d71084ae9b7f4fa14cd19.tar.gz |
Add license files to sources
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -10,7 +10,9 @@ pkgbase = bluemail-bin depends = libglvnd optdepends = libnotify: Desktop notifications provides = bluemail + source = LICENSE source = bluemail-bin-1.1.12.snap::https://api.snapcraft.io/api/v1/snaps/download/ZVlj0qw0GOFd5JgTfL8kk2Y5eIG1IpiH_20.snap + sha512sums = 546994dbf25972659db6130402926020fdfc763b3f41580d812aeb785824218bae1204babe99af51ad91fd758ad0e7f4d0636a00e9130ce13fc6ebb90540e9dc sha512sums = 64ec51f6c247241453bbe43abbb5e96c331b40b07fda57132e5cb93cd5deaf5e7cb51906f53ee2bc234803d7600c182a893d4b6a30e9d3ba915e68164172985c pkgname = bluemail-bin @@ -12,9 +12,11 @@ depends=('libglvnd') optdepends=('libnotify: Desktop notifications') makedepends=('squashfs-tools' 'imagemagick') -source=("${pkgname}-${pkgver}.snap::https://api.snapcraft.io/api/v1/snaps/download/ZVlj0qw0GOFd5JgTfL8kk2Y5eIG1IpiH_20.snap") +source=('LICENSE' + "${pkgname}-${pkgver}.snap::https://api.snapcraft.io/api/v1/snaps/download/ZVlj0qw0GOFd5JgTfL8kk2Y5eIG1IpiH_20.snap") -sha512sums=('64ec51f6c247241453bbe43abbb5e96c331b40b07fda57132e5cb93cd5deaf5e7cb51906f53ee2bc234803d7600c182a893d4b6a30e9d3ba915e68164172985c') +sha512sums=('546994dbf25972659db6130402926020fdfc763b3f41580d812aeb785824218bae1204babe99af51ad91fd758ad0e7f4d0636a00e9130ce13fc6ebb90540e9dc' + '64ec51f6c247241453bbe43abbb5e96c331b40b07fda57132e5cb93cd5deaf5e7cb51906f53ee2bc234803d7600c182a893d4b6a30e9d3ba915e68164172985c') package() { mkdir -p "${pkgdir}/opt" |