mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update version
This commit is contained in:
parent
0a4171aacd
commit
d538efbd43
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = typhoon-bin
|
||||
pkgdesc = A stylish weather app based on Stormcloud
|
||||
pkgver = 1.3.2
|
||||
pkgver = 1.3.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = any
|
||||
|
|
@ -19,7 +19,7 @@ pkgbase = typhoon-bin
|
|||
depends = libportal
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3.2/typhoon_1.3.2_all.deb
|
||||
sha256sums = 5ad1a9fb83905c7464c13784ba1b45bf8e81529d4213b704983e82aec8fab5fe
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3.3/typhoon_1.3.3_all.deb
|
||||
sha256sums = sha256:74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@ _basename=typhoon
|
|||
pkgname=${_basename}-bin
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
|
||||
pkgver=1.3.2
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
|
||||
arch=('any')
|
||||
|
|
@ -19,7 +19,7 @@ depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'python-cai
|
|||
makedepends=('tar')
|
||||
|
||||
source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")
|
||||
sha256sums=('5ad1a9fb83905c7464c13784ba1b45bf8e81529d4213b704983e82aec8fab5fe')
|
||||
sha256sums=('sha256:74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue