summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Hamilton2016-01-21 11:23:22 -0500
committerChris Hamilton2016-01-21 11:23:22 -0500
commitbebc2e525e8dbb01dc2406995c966d01c6230270 (patch)
treefa49b4b60041eee4cdc2a47455c28faeaff4bd41
parentc6203b88211793caa2466aa4535780c5dd3758b0 (diff)
downloadaur-bebc2e525e8dbb01dc2406995c966d01c6230270.tar.gz
updated pkgbuild to be more compliant
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ffeff34cc8d..059a8a1702ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=easyterm
_gitname=easyterm
-pkgver=r104.8622171
+pkgver=r105.35acd0c
pkgrel=1
pkgdesc='Serial Port Terminal Emulator'
arch=('x86_64' 'i686')
@@ -12,7 +12,8 @@ license=('GPLv3')
depends=()
makedepends=('git' 'qt5-serialport' 'qt5-base')
optdepends=()
-provides=()
+provides=(easyterm)
+replaces=(easyterm)
conflicts=()
source=('easyterm::git+http://git.code.sf.net/p/easyterm/code')