summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAetf2015-12-11 02:41:10 -0500
committerAetf2015-12-11 02:41:10 -0500
commit0e4e1361642450ae7a4ad61f54e2a5e72226354b (patch)
tree5682308b90aa0fb64ab05f46a242fdde6cb51302 /PKGBUILD
parent83b30f1d473b540976610706832601166d9d8be9 (diff)
downloadaur-0e4e1361642450ae7a4ad61f54e2a5e72226354b.tar.gz
Fix typo in upstream url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c6d752344dd..ef0c5fe8bbf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=libtsm-patched-git
_gitname=libtsm
pkgver=0.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Terminal-emulator State Machine. Patched flavor (using patches from http://github.com/Aetf/libtsm)"
arch=('i686' 'x86_64')
-url="http://www.fredesktop.org/wiki/Software/kmscon/$_gitname"
+url="http://www.freedesktop.org/wiki/Software/kmscon/$_gitname"
license=('MIT')
depends=(glibc)
makedepends=('git' 'libxkbcommon')