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
c6edef4170
commit
45db22ee6a
2 changed files with 5 additions and 4 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = typhoon
|
||||
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
|
||||
|
|
@ -14,8 +14,9 @@ pkgbase = typhoon
|
|||
depends = imagemagick
|
||||
depends = python-dbus
|
||||
depends = libportal
|
||||
depends = libnotify
|
||||
depends = python-cairosvg
|
||||
source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v1.2
|
||||
source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v1.3
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = typhoon
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,11 +1,11 @@
|
|||
pkgname=typhoon
|
||||
pkgver=1.2
|
||||
pkgver=1.3
|
||||
pkgrel=1
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
arch=('any')
|
||||
url="https://github.com/archisman-panigrahi/typhoon"
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus' 'libportal' 'python-cairosvg')
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus' 'libportal' 'libnotify' 'python-cairosvg')
|
||||
makedepends=('git' 'meson' 'ninja')
|
||||
source=("git+$url.git#tag=v$pkgver")
|
||||
sha256sums=('SKIP')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue