summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD3SOX2022-05-12 14:59:48 +0200
committerD3SOX2022-05-12 14:59:48 +0200
commit6ea4a4ed4f46dd53a830f5a6461f1aa3a816823c (patch)
tree72a1299773133311fe34f5a4f1fc574467ff224b /PKGBUILD
parent6c8266763decfc01cd9d58a14147786a6dea22da (diff)
downloadaur-pangox-compat.tar.gz
add .git suffix to source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b180aae31209..ab640fe89c8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('pango')
makedepends=('git')
source=(
- "git+https://gitlab.gnome.org/Archive/pangox-compat"
+ "git+https://gitlab.gnome.org/Archive/pangox-compat.git"
'0001-Re-add-pango_x_get_shaper_map-it-is-still-used-in-th.patch'
'0002-disable-shaper.patch'
)