mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.3.1
This commit is contained in:
parent
7dcd834b73
commit
82f16f2527
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
|
||||
pkgver = 1.3.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = any
|
||||
|
|
@ -20,7 +20,7 @@ pkgbase = typhoon-bin
|
|||
depends = libnotify
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3/typhoon_1.3_all.deb
|
||||
sha256sums = c31c457f39a49922da1a46704fb59a86a3048e62892af1d0b773a835d3c13996
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3.1/typhoon_1.3.1_all.deb
|
||||
sha256sums = 0c5f4b3e43938a5169826e554d3932ccc60f7910f7981b58326808dc7f924a85
|
||||
|
||||
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
|
||||
pkgver=1.3.1
|
||||
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=('c31c457f39a49922da1a46704fb59a86a3048e62892af1d0b773a835d3c13996')
|
||||
sha256sums=('0c5f4b3e43938a5169826e554d3932ccc60f7910f7981b58326808dc7f924a85')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue