aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey>2010-06-18 20:52:33 -0400
committerCalvin Morrison <mutantturkey>2010-06-18 20:52:33 -0400
commit729ebeca53b8a76e9bd4c9dfcb61d5c2aeec5469 (patch)
treefaf64b98cfd7cbdc40b0949a12c90dc53e5d3189 /PKGBUILD
parentfaf8188298a92d44f8bdbc3541015461ea7d0fe2 (diff)
Removed MIT/X from PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42ed3e0..e29ad3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Dannny <danny.a95@gmail.com>
pkgname=svte-hg
-pkgver=51
-pkgrel=1
+pkgver=20100717
+pkgrel=2
pkgdesc="simple virtual terminal emulator: A minimal, tabbed, VTE-based terminal"
arch=('i686' 'x86_64')
url="http://code.google.com/p/svte/"
-license=('GPL' 'MIT/X')
+license=('GPL')
depends=('gtk2' 'vte')
makedepends=('mercurial')
conflicts=('svte')
@@ -33,4 +33,4 @@ build() {
make DESTDIR=${pkgdir} install
-} \ No newline at end of file
+}