summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornot_anonymous2022-06-20 15:18:14 -0600
committernot_anonymous2022-06-20 15:18:14 -0600
commite9c391d2375f1a21b98d6953a914e688740a34e0 (patch)
treec1a0e0d4e962560f87495f975dd15ac55b44e71a /PKGBUILD
parentf2745a528c8ceb60ec6f42b5f78b4ac50fe44dea (diff)
downloadaur-grig.tar.gz
Updated 4 conflicts w/ git version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 246f2433b278..4a62144c05db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,15 @@
pkgname=grig
pkgver=0.8.1
-pkgrel=4
+pkgrel=5
pkgdesc="Ham Radio - Rig control (cat) program"
arch=('i686' 'x86_64' 'armv5h' 'armv6h' 'armv7h')
url="http://groundstation.sourceforge.net/grig/"
license=('GPL')
depends=('hamlib=3.3' 'gtk2' 'hamradio-menus')
makedepends=('autoconf' 'automake' 'intltool' 'pkg-config')
+provides=('grig')
+conflicts=('grig-git')
source=("http://downloads.sourceforge.net/groundstation/$pkgname-$pkgver.tar.gz"
"$pkgname.desktop")