summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTmplt2017-11-01 00:42:01 +0100
committerTmplt2017-11-01 00:42:01 +0100
commitbb07f7be1b6e38e97c3582c0a1c422ded62c1c00 (patch)
treee9bf978fa4b383380fb8391e006cb5ce11f315c9
parentddf55757e9802748372760ce62108725cb885304 (diff)
downloadaur-bb07f7be1b6e38e97c3582c0a1c422ded62c1c00.tar.gz
fix invalid url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4a2f5a995e7..9faf6b890cde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=17.10
pkgrel=1
pkgdesc="A non-reparenting, dynamic window manager for X11 with decorations"
arch=("i686" "x86_64")
-url="https://github.com/vain/${_pkgname}"
+url="https://github.com/vain/${pkgname}"
license=("MIT")
makedepends=("git" "pkg-config")
depends=("libx11" "libxft" "libxrandr")