summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Ivanov2025-03-19 22:57:32 +0100
committerNikita Ivanov2025-03-19 22:57:32 +0100
commit7d209fedfe622cc942e84a52b2f4a5775390336a (patch)
tree738abdad4a1515222ab6c219b58886115c72131c
parentc4a1fd6c244bd114b7612337f0cf34cac0cab0b6 (diff)
downloadaur-7d209fedfe622cc942e84a52b2f4a5775390336a.tar.gz
Add git to makedepends, update maintainer notice
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a57f247d7eb4..2b48e5bab82d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = cgdb-git
pkgdesc = Curses-based interface to the GNU Debugger
pkgver = v0.8.0.r62.g6bbf5c4
- pkgrel = 1
+ pkgrel = 2
url = http://cgdb.github.io/
arch = x86_64
license = GPL
+ makedepends = git
makedepends = help2man
depends = readline>=5.1
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 2af79f1372d4..3e35e3de5e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Wilson E. Alvarez <wilson.e.alvarez1@gmail.com>
+# Maintainer: Nikita Ivanov <nikita dot vyach dot ivanov at gmail dot com>
+# Contributor: Wilson E. Alvarez <wilson.e.alvarez1@gmail.com>
# Contributor: Sven-Hendrik Haase <svenstaro@gmail.com>
# Contributor: Marek Kubica <marek@xivilization.net>
# Contributor: Javier ‘Phrodo_00’ Aravena <Phrodo.00@gmail.com>
_pkgname=cgdb
-pkgname=${_pkgname}-git
+pkgname="${_pkgname}-git"
pkgver=v0.8.0.r62.g6bbf5c4
-pkgrel=1
+pkgrel=2
pkgdesc="Curses-based interface to the GNU Debugger"
arch=('x86_64')
url="http://cgdb.github.io/"
license=('GPL')
depends=('readline>=5.1' 'ncurses' 'gdb')
conflicts=('cgdb')
-makedepends=('help2man')
+makedepends=('git' 'help2man')
source=("git+https://github.com/cgdb/cgdb")
sha512sums=('SKIP')