summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dec0a4640a97..127f8945574c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grig
pkgdesc = Ham Radio - Rig control (cat) program
pkgver = 0.8.1
- pkgrel = 4
+ pkgrel = 5
url = http://groundstation.sourceforge.net/grig/
arch = i686
arch = x86_64
@@ -16,6 +16,8 @@ pkgbase = grig
depends = hamlib=3.3
depends = gtk2
depends = hamradio-menus
+ provides = grig
+ conflicts = grig-git
source = http://downloads.sourceforge.net/groundstation/grig-0.8.1.tar.gz
source = grig.desktop
md5sums = a9c0bbd58ba48d01a2fc4bcdc7bc44fc
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")