summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Hamilton2019-02-26 14:06:37 -0500
committerChris Hamilton2019-02-26 14:06:37 -0500
commit2fae26e28d6dccd589e6a2be8cc2ef747de3759b (patch)
tree54ed6eecc1cc112554bbf45f53a38ea74dc6f28a
parentce7d438c798fd4c5174e739b6952801235f3ceb9 (diff)
downloadaur-2fae26e28d6dccd589e6a2be8cc2ef747de3759b.tar.gz
Changed to github
-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"