aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2018-12-21 18:25:22 +0100
committerTim Schumacher2018-12-21 18:25:22 +0100
commitb6ca601cf406cb570abe73c0c5ca36820df2ab50 (patch)
tree7f34aff1274996aba7c26ae7afb6ae5352e98ca0
parentdb57e199af7d0b6c65639792232fdd02ea34e0b2 (diff)
downloadaur-b6ca601cf406cb570abe73c0c5ca36820df2ab50.tar.gz
Rename package to gitahead-bin
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d33a684eca8c..31f812fbf0e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = gitahead
+pkgbase = gitahead-bin
pkgdesc = The most powerful git gui
pkgver = 2.5.0
pkgrel = 1
@@ -6,6 +6,8 @@ pkgbase = gitahead
arch = x86_64
license = custom
depends = curl
+ provides = gitahead
+ conflicts = gitahead
source = gitahead-2.5.0.bin::https://gitahead.com/downloads/v2.5.0/GitAhead-2.5.0.sh
source = gitahead-license
source = gitahead.desktop
@@ -17,5 +19,5 @@ pkgbase = gitahead
sha256sums = 66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75
sha256sums = ba4e21c675ce7f49e6df27df1f29d1bb99c47679c4981657a2a4cf5d59930b4a
-pkgname = gitahead
+pkgname = gitahead-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c36fc36bfe8..7d0c9fdb2b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: WaveHack <email@wavehack.net>
# Contributor: Whovian9369 <Whovian9369@gmail.com>
-pkgname=gitahead
+pkgname=gitahead-bin
pkgrel=1
pkgver=2.5.0
pkgdesc='The most powerful git gui'
@@ -11,6 +11,8 @@ url='http://gitahead.scitools.com/'
arch=('x86_64')
license=('custom')
depends=('curl')
+provides=('gitahead')
+conflicts=('gitahead')
source=(
"gitahead-${pkgver}.bin::https://gitahead.com/downloads/v${pkgver}/GitAhead-${pkgver}.sh"
"gitahead-license"