summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAetf2015-12-11 02:40:36 -0500
committerAetf2015-12-11 02:40:36 -0500
commit33ae8241fd2bd178c8416dc206e6b0fd6a267ef0 (patch)
tree339ef8272ed4ff9cb40a5cd892521fafcab13e81 /PKGBUILD
parentfbcf05ce8b8811d6fb06ef33d0d79a39be9aa88f (diff)
downloadaur-33ae8241fd2bd178c8416dc206e6b0fd6a267ef0.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 559f48e88318..2307a95afc26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=libtsm-git
_gitname=libtsm
pkgver=0.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Terminal-emulator State Machine"
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')