summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian2023-06-08 20:10:40 +0200
committerJulian2023-06-08 20:10:40 +0200
commit15bfacebe3340a0ac670842afe056f8bbbeb8433 (patch)
treec1e9a4ee90248c2d3abea671b9999e41ffcdc95d
parentaad10683dfdd15cdb439e7d5f864a04b8485b959 (diff)
downloadaur-15bfacebe3340a0ac670842afe056f8bbbeb8433.tar.gz
Update to 1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f93bd567560..7191cc0bc27c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = diebahn
pkgdesc = GTK4 frontend for the travel information of the german railway
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://gitlab.com/Schmiddiii/diebahn
arch = any
@@ -11,7 +11,7 @@ pkgbase = diebahn
depends = libsecret
depends = protobuf
options = !lto
- source = https://gitlab.com/Schmiddiii/diebahn/-/archive/1.4.0/diebahn-1.4.0.tar.gz
- sha256sums = bd4d50d62de9db5e0540c67dc8fce95f682b0459d6a87976f90bcbe13ea36389
+ source = https://gitlab.com/Schmiddiii/diebahn/-/archive/1.4.1/diebahn-1.4.1.tar.gz
+ sha256sums = 340819a30cbedaccc29cfa5ab5758cc6c4f7cdc025f1b61038d529a510267a17
pkgname = diebahn
diff --git a/PKGBUILD b/PKGBUILD
index c4d3c2807847..3f56a7c73a35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian <juliannfairfax@protonmail.com>
pkgname=diebahn
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="GTK4 frontend for the travel information of the german railway"
url="https://gitlab.com/Schmiddiii/$pkgname"
@@ -10,7 +10,7 @@ license=("GPL3")
makedepends=("cargo" "meson")
depends=("libadwaita" "libsecret" "protobuf")
source=("https://gitlab.com/Schmiddiii/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=("bd4d50d62de9db5e0540c67dc8fce95f682b0459d6a87976f90bcbe13ea36389")
+sha256sums=("340819a30cbedaccc29cfa5ab5758cc6c4f7cdc025f1b61038d529a510267a17")
options=(!lto)
build() {