summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 059a8a1702ef..93a5bee2bf14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=easyterm
_gitname=easyterm
-pkgver=r105.35acd0c
+pkgver=r106.aa52d8d
pkgrel=1
pkgdesc='Serial Port Terminal Emulator'
arch=('x86_64' 'i686')
-url='http://sourceforge.net/projects/easyterm/'
+url='https://github.com/marker5a/EasyTerm'
license=('GPLv3')
depends=()
@@ -16,7 +16,7 @@ provides=(easyterm)
replaces=(easyterm)
conflicts=()
-source=('easyterm::git+http://git.code.sf.net/p/easyterm/code')
+source=('easyterm::git+https://github.com/marker5a/EasyTerm.git')
md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_gitname"