summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian2023-12-31 10:09:01 +0100
committerJulian2023-12-31 10:09:01 +0100
commit51fa7b7cc628386c3fb41a6b9087992232e1b5b3 (patch)
tree1d22e8d5d98972ecb5bbd305a6fb7e26cb26c6ca
parent70b6de14f943e84b14d27e44408ee56c24015768 (diff)
downloadaur-51fa7b7cc628386c3fb41a6b9087992232e1b5b3.tar.gz
Publish new "railway" package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f36dc37f2d65..e3f0fa98bd6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = diebahn
+pkgbase = railway
pkgdesc = Travel with all your train information in one place
pkgver = 2.2.0
pkgrel = 1
@@ -15,7 +15,9 @@ pkgbase = diebahn
depends = libsecret
depends = protobuf
options = !lto
+ conflicts = diebahn
+ replaces = diebahn
source = https://gitlab.com/schmiddi-on-mobile/railway/-/archive/2.2.0/railway-2.2.0.tar.gz
sha256sums = ed28cbfc8c2fa73187f85b2ba941e63226bb2adce8255448e50ff6fcf25333f4
-pkgname = diebahn
+pkgname = railway
diff --git a/PKGBUILD b/PKGBUILD
index 25360d19ad8d..10348fe4ba5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Julian <juliannfairfax@protonmail.com>
-pkgname=diebahn
+pkgname=railway
pkgver=2.2.0
pkgrel=1
pkgdesc="Travel with all your train information in one place"
@@ -9,6 +9,8 @@ arch=("i686" "x86_64" "armv6h" "armv7h" "aarch64")
license=("GPL3")
makedepends=("cargo" "meson")
depends=("libadwaita" "libsecret" "protobuf")
+conflicts=("diebahn")
+replaces=("diebahn")
source=("https://gitlab.com/schmiddi-on-mobile/railway/-/archive/$pkgver/railway-$pkgver.tar.gz")
sha256sums=("ed28cbfc8c2fa73187f85b2ba941e63226bb2adce8255448e50ff6fcf25333f4")
options=(!lto)