summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f5637894176..37c29df39f03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = wayfire-firedecor-git
pkgdesc = An advanced window decoration plugin for the wayfire window manager.
pkgver = 1.14.b4a4029
pkgrel = 1
- url = https://github.com/AhoyISki/wayfire-firedecor
+ url = https://github.com/AhoyISki/wayfire-firedecor.git
arch = any
license = MIT
makedepends = git
@@ -11,7 +11,7 @@ pkgbase = wayfire-firedecor-git
depends = wayfire-git
provides = wayfire-firedecor-git
provides = wayfire-firedecor
- source = https://github.com/AhoyISki/wayfire-firedecor
+ source = git+https://github.com/AhoyISki/wayfire-firedecor.git
sha256sums = SKIP
pkgname = wayfire-firedecor-git
diff --git a/PKGBUILD b/PKGBUILD
index 5a79184f8966..366d748f4510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgver=1.14.b4a4029
pkgrel=1
pkgdesc="An advanced window decoration plugin for the wayfire window manager."
arch=('any')
-url="https://github.com/AhoyISki/wayfire-firedecor"
+url="https://github.com/AhoyISki/wayfire-firedecor.git"
license=('MIT')
depends=('wayfire-git')
makedepends=('git' 'meson' 'ninja')
provides=('wayfire-firedecor-git' 'wayfire-firedecor')
-source=('https://github.com/AhoyISki/wayfire-firedecor')
+source=('git+https://github.com/AhoyISki/wayfire-firedecor.git')
sha256sums=('SKIP')
pkgver() {