aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
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
+}