summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian2023-08-06 15:53:39 +0200
committerJulian2023-08-06 15:53:39 +0200
commit1e6e9f43748854292bea4213985a4a8655dfe7b6 (patch)
tree78a2e80b094a4084ae9d6d63d0a1948cf75d1651
parent1cbafd11230e9b661dc933a15048ebcfae08c728 (diff)
downloadaur-1e6e9f43748854292bea4213985a4a8655dfe7b6.tar.gz
Update project URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf6d34ed1e04..290ad9b74353 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = diebahn
pkgdesc = GTK4 frontend for the travel information of the german railway
pkgver = 1.5.0
pkgrel = 1
- url = https://gitlab.com/Schmiddiii/diebahn
+ url = https://gitlab.com/schmiddi-on-mobile/diebahn
arch = i686
arch = x86_64
arch = armv6h
@@ -15,7 +15,7 @@ pkgbase = diebahn
depends = libsecret
depends = protobuf
options = !lto
- source = https://gitlab.com/Schmiddiii/diebahn/-/archive/1.5.0/diebahn-1.5.0.tar.gz
+ source = https://gitlab.com/schmiddi-on-mobile/diebahn/-/archive/1.5.0/diebahn-1.5.0.tar.gz
sha256sums = 57743ee71ec334a72a270ef4ab88b18ac3e386fa331659fb2cc59f4b9654c540
pkgname = diebahn
diff --git a/PKGBUILD b/PKGBUILD
index e17a375c511a..96f9bbce698c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=diebahn
pkgver=1.5.0
pkgrel=1
pkgdesc="GTK4 frontend for the travel information of the german railway"
-url="https://gitlab.com/Schmiddiii/$pkgname"
+url="https://gitlab.com/schmiddi-on-mobile/$pkgname"
arch=("i686" "x86_64" "armv6h" "armv7h" "aarch64")
license=("GPL3")
makedepends=("cargo" "meson")
depends=("libadwaita" "libsecret" "protobuf")
-source=("https://gitlab.com/Schmiddiii/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://gitlab.com/schmiddi-on-mobile/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=("57743ee71ec334a72a270ef4ab88b18ac3e386fa331659fb2cc59f4b9654c540")
options=(!lto)