diff --git a/.SRCINFO b/.SRCINFO index 0b630259a7d62..f0cf0ba4c09ad 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = typhoon-bin pkgdesc = A stylish weather app based on Stormcloud - pkgver = 1.7.1 + pkgver = 1.7.2 pkgrel = 1 url = https://github.com/archisman-panigrahi/typhoon arch = any @@ -15,7 +15,7 @@ pkgbase = typhoon-bin depends = python-cairosvg provides = typhoon conflicts = typhoon - source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.7.1/typhoon_1.7.1_all.deb - sha256sums = 951d3e8082248918a8584c2e64251541e3ecefff393a1dbf3158f1df1d82812b + source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.7.2/typhoon_1.7.2_all.deb + sha256sums = b68c46513752ec57a3ef83cdd63b588547f65a784c22bdfe1477f13042919e17 pkgname = typhoon-bin diff --git a/PKGBUILD b/PKGBUILD index a585a383669e3..48de09b4e620e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ _basename=typhoon pkgname=${_basename}-bin pkgdesc="A stylish weather app based on Stormcloud" -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=1 arch=('any') @@ -20,7 +20,7 @@ depends=('python' 'python-pyqt6' 'python-pyqt6-webengine' 'python-dbus' 'python- makedepends=('tar') source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb") -sha256sums=('951d3e8082248918a8584c2e64251541e3ecefff393a1dbf3158f1df1d82812b') +sha256sums=('b68c46513752ec57a3ef83cdd63b588547f65a784c22bdfe1477f13042919e17') package() { cd "${pkgdir}"