summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVáclav Kubernát2021-05-05 12:32:13 +0200
committerVáclav Kubernát2021-05-05 12:32:13 +0200
commit8ee90b9b6cfccbe3fb4dbdcd5003b630c24c8a53 (patch)
treebe457dd02deb5cc1359851716a3ff2e2cbe0d446
parentb1d3d7b2c63714681efe3664e4241eacc004a326 (diff)
downloadaur-8ee90b9b6cfccbe3fb4dbdcd5003b630c24c8a53.tar.gz
Let makepkg handle changing the folder name
Previously, I would use a lowercase URL to get a lowercase folder name. Let's not depend on that.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1ca85a3cf58..6a0246b8173b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = lith-git
depends = qt5-quickcontrols2
provides = lith
conflicts = lith
- source = git+https://github.com/lithapp/lith.git
+ source = lith::git+https://github.com/LithApp/Lith.git
md5sums = SKIP
pkgname = lith-git
diff --git a/PKGBUILD b/PKGBUILD
index f19cf7ee0090..8b1959e438d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ depends=('qt5-base' 'qt5-declarative' 'qt5-websockets' 'qt5-multimedia' 'qt5-qui
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git+https://github.com/lithapp/lith.git')
+# The project name is "Lith", but I want a lowercase l.
+source=('lith::git+https://github.com/LithApp/Lith.git')
md5sums=('SKIP')
pkgver() {