diff options
-rw-r--r-- | textmail/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textmail/PKGBUILD b/textmail/PKGBUILD index 6ba8fa7d1..f6481c853 100644 --- a/textmail/PKGBUILD +++ b/textmail/PKGBUILD @@ -2,7 +2,9 @@ pkgname='textmail' pkgver='1.0' pkgrel=1 -source=("https://github.com/raforg/$pkgname/archive/v$pkgver.tar.gz") +pkgdesc='convert email attachments to text' +url="https://github.com/raforg/$pkgname" +source=("$pkgname-$pkgver.tar.gz::https://github.com/raforg/$pkgname/archive/v$pkgver.tar.gz") sha512sums=('008fe1d8783d9b0062f4a98f440798cf5304056057b85887a74e4a4bdee7e39e09b6490fbaa5cef04a8dd45feb614187f049d655d246c86713423aa198cd64cf') arch=('any') depends=('perl') |