summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-07 14:18:16 -0700
committerMark Wagie2023-11-07 14:18:16 -0700
commit5ae072dfc8523c527228fa4a8524f88526ce377c (patch)
tree6f0ca006fd106cb9312c1200fe549ebd43e4e7df
parent8a68d7e42c7b43c48768766b11ecfa582eada933 (diff)
downloadaur-5ae072dfc8523c527228fa4a8524f88526ce377c.tar.gz
1.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35bb3586fd55..96f2e458f034 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = speedtest-librespeed
pkgdesc = A graphical librespeed client written using gtk4 + libadwaita
- pkgver = 1.1.2
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/Ketok4321/speedtest
arch = any
@@ -13,7 +13,7 @@ pkgbase = speedtest-librespeed
depends = python-aiohttp
depends = python-cairo
depends = python-gobject
- source = git+https://github.com/Ketok4321/speedtest.git#commit=980140663763b896ec6da9d5d9827b1cd16f80c1
+ source = git+https://github.com/Ketok4321/speedtest.git#commit=1c59dd6848291aca74dd2c6aa37825c1bbd030de
sha256sums = SKIP
pkgname = speedtest-librespeed
diff --git a/PKGBUILD b/PKGBUILD
index 204f44633cd9..7df28a5f7bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=speedtest-librespeed
-pkgver=1.1.2
+pkgver=1.2.0
pkgrel=1
pkgdesc="A graphical librespeed client written using gtk4 + libadwaita"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('libadwaita' 'python-aiohttp' 'python-cairo' 'python-gobject')
makedepends=('blueprint-compiler' 'git' 'meson')
checkdepends=('appstream-glib')
-_commit=980140663763b896ec6da9d5d9827b1cd16f80c1 # tags/v1.1.2^0
+_commit=1c59dd6848291aca74dd2c6aa37825c1bbd030de # tags/v1.2.0^0
source=("git+https://github.com/Ketok4321/speedtest.git#commit=${_commit}")
sha256sums=('SKIP')