mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.0
This commit is contained in:
parent
c143637ddd
commit
ff1bf5bd6f
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 = 0.9.99
|
||||
pkgver = 1.0
|
||||
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/v0.9.99/typhoon_0.9.99_all.deb
|
||||
sha256sums = b7e1871f550c71f4104f7bcec677566935718a00659e261055d80b1a78696c64
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.0/typhoon_1.0_all.deb
|
||||
sha256sums = 788b682e4f0b1f999e4f12f11aba3a860507f920725614e473909b2e9edc5865
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_basename=typhoon
|
||||
pkgname=${_basename}-bin
|
||||
pkgver=0.9.99
|
||||
pkgver=1.0
|
||||
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=('b7e1871f550c71f4104f7bcec677566935718a00659e261055d80b1a78696c64')
|
||||
sha256sums=('788b682e4f0b1f999e4f12f11aba3a860507f920725614e473909b2e9edc5865')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue