summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian2023-07-16 17:47:41 +0200
committerJulian2023-07-16 17:47:41 +0200
commit1cbafd11230e9b661dc933a15048ebcfae08c728 (patch)
treef9288542bd43019dec70d4a69a2864722c040cfe
parentc8c69c609868aca6d58628cc6d40207f5944e2fd (diff)
downloadaur-1cbafd11230e9b661dc933a15048ebcfae08c728.tar.gz
New DieBahn version is out!
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f74a2d6eac6d..cf6d34ed1e04 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.1
+ pkgver = 1.5.0
pkgrel = 1
url = https://gitlab.com/Schmiddiii/diebahn
arch = i686
@@ -15,7 +15,7 @@ pkgbase = diebahn
depends = libsecret
depends = protobuf
options = !lto
- source = https://gitlab.com/Schmiddiii/diebahn/-/archive/1.4.1/diebahn-1.4.1.tar.gz
- sha256sums = 340819a30cbedaccc29cfa5ab5758cc6c4f7cdc025f1b61038d529a510267a17
+ source = https://gitlab.com/Schmiddiii/diebahn/-/archive/1.5.0/diebahn-1.5.0.tar.gz
+ sha256sums = 57743ee71ec334a72a270ef4ab88b18ac3e386fa331659fb2cc59f4b9654c540
pkgname = diebahn
diff --git a/PKGBUILD b/PKGBUILD
index db54a92e7a96..e17a375c511a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian <juliannfairfax@protonmail.com>
pkgname=diebahn
-pkgver=1.4.1
+pkgver=1.5.0
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=("340819a30cbedaccc29cfa5ab5758cc6c4f7cdc025f1b61038d529a510267a17")
+sha256sums=("57743ee71ec334a72a270ef4ab88b18ac3e386fa331659fb2cc59f4b9654c540")
options=(!lto)
build() {