mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.3
This commit is contained in:
parent
03dc9a38cf
commit
7dcd834b73
2 changed files with 15 additions and 8 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = typhoon-bin
|
||||
pkgdesc = A stylish weather app based on Stormcloud
|
||||
pkgver = 1.2
|
||||
pkgver = 1.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = any
|
||||
|
|
@ -17,9 +17,10 @@ pkgbase = typhoon-bin
|
|||
depends = webkit2gtk
|
||||
depends = imagemagick
|
||||
depends = libportal
|
||||
depends = libnotify
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.2/typhoon_1.2_all.deb
|
||||
sha256sums = f9a6d5e323bcfdb2ec38be4bab4fe4aa85ac99b13f9668f3ee1880c45f73053c
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3/typhoon_1.3_all.deb
|
||||
sha256sums = c31c457f39a49922da1a46704fb59a86a3048e62892af1d0b773a835d3c13996
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
16
PKGBUILD
16
PKGBUILD
|
|
@ -1,19 +1,25 @@
|
|||
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
|
||||
|
||||
_basename=typhoon
|
||||
|
||||
pkgname=${_basename}-bin
|
||||
pkgver=1.2
|
||||
pkgrel=1
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
|
||||
pkgver=1.3
|
||||
pkgrel=1
|
||||
|
||||
arch=('any')
|
||||
url="https://github.com/archisman-panigrahi/typhoon"
|
||||
license=('GPL-3.0-or-later')
|
||||
url="https://github.com/archisman-panigrahi/typhoon"
|
||||
|
||||
conflicts=("${_basename}")
|
||||
provides=("${_basename}")
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'python-cairosvg' 'bash' 'gdk-pixbuf2' 'webkit2gtk' 'imagemagick' 'libportal')
|
||||
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'python-cairosvg' 'bash' 'gdk-pixbuf2' 'webkit2gtk' 'imagemagick' 'libportal' 'libnotify')
|
||||
makedepends=('tar')
|
||||
|
||||
source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")
|
||||
sha256sums=('f9a6d5e323bcfdb2ec38be4bab4fe4aa85ac99b13f9668f3ee1880c45f73053c')
|
||||
sha256sums=('c31c457f39a49922da1a46704fb59a86a3048e62892af1d0b773a835d3c13996')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue