summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian2023-05-20 12:32:04 +0200
committerJulian2023-05-20 12:32:04 +0200
commitaad10683dfdd15cdb439e7d5f864a04b8485b959 (patch)
treeef80fe33d0c0022dd670ce999d228e6d7e835be6
parentf96c3f7948074ecc4267bab406ab69c0c907dd71 (diff)
downloadaur-aad10683dfdd15cdb439e7d5f864a04b8485b959.tar.gz
Update to 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed8d59faca4e..4f93bd567560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = diebahn
pkgdesc = GTK4 frontend for the travel information of the german railway
- pkgver = 1.3.0
+ pkgver = 1.4.0
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.3.0/diebahn-1.3.0.tar.gz
- sha256sums = 97739b7c7458471e8ac61d9b534b617e47243df9102dc7064e61a8cf6a21e6a7
+ source = https://gitlab.com/Schmiddiii/diebahn/-/archive/1.4.0/diebahn-1.4.0.tar.gz
+ sha256sums = bd4d50d62de9db5e0540c67dc8fce95f682b0459d6a87976f90bcbe13ea36389
pkgname = diebahn
diff --git a/PKGBUILD b/PKGBUILD
index 43eccf73ad24..c4d3c2807847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian <juliannfairfax@protonmail.com>
pkgname=diebahn
-pkgver=1.3.0
+pkgver=1.4.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=("97739b7c7458471e8ac61d9b534b617e47243df9102dc7064e61a8cf6a21e6a7")
+sha256sums=("bd4d50d62de9db5e0540c67dc8fce95f682b0459d6a87976f90bcbe13ea36389")
options=(!lto)
build() {