mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.2
This commit is contained in:
parent
fa426d990c
commit
03dc9a38cf
4 changed files with 11 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.1
|
||||
pkgver = 1.2
|
||||
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.1/typhoon_1.1_all.deb
|
||||
sha256sums = 3cad930e5fe4d6eba04d6a231836fba5ce9e105ef8da74700b4a819250c46c06
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.2/typhoon_1.2_all.deb
|
||||
sha256sums = f9a6d5e323bcfdb2ec38be4bab4fe4aa85ac99b13f9668f3ee1880c45f73053c
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
*
|
||||
!.nvchecker.toml
|
||||
!PKGBUILD
|
||||
!.gitignore
|
||||
!.SRCINFO
|
||||
|
|
|
|||
5
.nvchecker.toml
Normal file
5
.nvchecker.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
["typhoon-bin"]
|
||||
source = "github"
|
||||
github = "archisman-panigrahi/typhoon"
|
||||
use_latest_release = true
|
||||
prefix = "v"
|
||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_basename=typhoon
|
||||
pkgname=${_basename}-bin
|
||||
pkgver=1.1
|
||||
pkgver=1.2
|
||||
pkgrel=1
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
arch=('any')
|
||||
|
|
@ -13,7 +13,7 @@ provides=("${_basename}")
|
|||
depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'python-cairosvg' 'bash' 'gdk-pixbuf2' 'webkit2gtk' 'imagemagick' 'libportal')
|
||||
makedepends=('tar')
|
||||
source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")
|
||||
sha256sums=('3cad930e5fe4d6eba04d6a231836fba5ce9e105ef8da74700b4a819250c46c06')
|
||||
sha256sums=('f9a6d5e323bcfdb2ec38be4bab4fe4aa85ac99b13f9668f3ee1880c45f73053c')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue