summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoffrey Casper2021-03-04 14:42:33 -0500
committerGeoffrey Casper2021-03-04 14:42:33 -0500
commit51d85016017092a2447043d0a84b951127495065 (patch)
tree07bd52bb7624f24642bac158be8a2b6b8c7577bf
parentd819777db974dff33c508f78570d46455858ad48 (diff)
downloadaur-51d85016017092a2447043d0a84b951127495065.tar.gz
Actually fix source repo this time
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ca94544cc2f..ab5e69e39bee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = qt5-wayland-bugfixport-git
pkgdesc = A cross-platform application and UI framework (QtWayland)
pkgver = 5.15.2
pkgrel = 1
- url = https://github.com/Geo25rey/qtwayland.git
+ url = https://github.com/Geo25rey/qt5-wayland.git
arch = i686
arch = x86_64
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = qt5-wayland-bugfixport-git
depends = wayland
provides = qt5-wayland
conflicts = qt5-wayland
- source = git://github.com/Geo25rey/qtwayland.git
+ source = git://github.com/Geo25rey/qt5-wayland.git
sha256sums = SKIP
pkgname = qt5-wayland-bugfixport-git
diff --git a/PKGBUILD b/PKGBUILD
index c42fff4998f9..00d25392ddb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,13 +14,13 @@ pkgver=5.15.2 # If you want to update periodically - use changeling script (AUR)
pkgrel=1
pkgdesc="A cross-platform application and UI framework (QtWayland)"
arch=("i686" "x86_64")
-url="https://github.com/Geo25rey/qtwayland.git"
+url="https://github.com/Geo25rey/qt5-wayland.git"
license=("GPL3" "LGPL")
depends=("qt5-declarative" "libxcomposite" "wayland")
makedepends=("git")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git://github.com/Geo25rey/qtwayland.git")
+source=("git://github.com/Geo25rey/qt5-wayland.git")
sha256sums=("SKIP")
pkgver() {