mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Updated to v0.6.4
This commit is contained in:
parent
e2721adf83
commit
a795c2983e
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = talanoa-bin
|
||||
pkgdesc = Talanoa is a modern email client that is designed to be fast, secure, and easy to use
|
||||
pkgver = 0.6.3
|
||||
pkgver = 0.6.4
|
||||
pkgrel = 1
|
||||
url = https://talanoa.email
|
||||
install = talanoa-bin.install
|
||||
|
|
@ -32,7 +32,7 @@ pkgbase = talanoa-bin
|
|||
options = !debug
|
||||
options = !strip
|
||||
options = !emptydirs
|
||||
source = https://github.com/talanoa-email/desktop-releases/releases/download/v0.6.3/talanoa_0.6.3_amd64.deb
|
||||
sha224sums = d062c36b00c022f8fb2aab5ad2002096f1b7b5c3c79cb129d3db22eb
|
||||
source = https://github.com/talanoa-email/desktop-releases/releases/download/v0.6.4/talanoa_0.6.4_amd64.deb
|
||||
sha224sums = 08de828434343daf1ffa5bad6536e889b9726749529c624c424f7c06
|
||||
|
||||
pkgname = talanoa-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Rubin Simons <me@rubin55.org>
|
||||
|
||||
pkgname=talanoa-bin
|
||||
pkgver=0.6.3
|
||||
pkgver=0.6.4
|
||||
pkgrel=1
|
||||
pkgdesc="Talanoa is a modern email client that is designed to be fast, secure, and easy to use"
|
||||
arch=('x86_64')
|
||||
|
|
@ -12,7 +12,7 @@ optdepends=('libgnome-keyring')
|
|||
options=('!debug' '!strip' '!emptydirs')
|
||||
install=${pkgname}.install
|
||||
source=("https://github.com/talanoa-email/desktop-releases/releases/download/v${pkgver}/talanoa_${pkgver}_amd64.deb")
|
||||
sha224sums=('d062c36b00c022f8fb2aab5ad2002096f1b7b5c3c79cb129d3db22eb')
|
||||
sha224sums=('08de828434343daf1ffa5bad6536e889b9726749529c624c424f7c06')
|
||||
|
||||
package(){
|
||||
tar -xI unzstd -f data.tar.zst -C "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue