summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBence Cs2024-02-07 10:26:18 +0100
committerBence Cs2024-02-07 10:26:18 +0100
commitcb49b7bdbd81dd4b1c485cb5528ec99608e7624b (patch)
treeb5ef46295ebb29030659d2d3bcee41f2fffa1d51
parent7a6f978ded07b3ec547cc211095c569713dac140 (diff)
downloadaur-cb49b7bdbd81dd4b1c485cb5528ec99608e7624b.tar.gz
Update makedeps and .SRCINFO
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD3
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af8114500060..571a59ba0078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
pkgbase = cpan2aur2git
pkgdesc = CPAN2AUR wrapper
pkgver = 0.0.1
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/bence98/cpan2aur2git
arch = any
license = GPL-3.0-or-later
+ makedepends = git
+ depends = perl-cpanplus-dist-arch
+ depends = python-requests
+ optdepends = postfix: for receiving mail for automatic processing with cpanbot-mail
options = !emptydirs
- source = cpan2aur2git-0.0.1::git+https://github.com/bence98/cpan2aur2git.git#tag=v0.0.1
+ source = git+https://github.com/bence98/cpan2aur2git#tag=v0.0.1
md5sums = SKIP
pkgname = cpan2aur2git
diff --git a/PKGBUILD b/PKGBUILD
index 7f15f47c68c4..36eef99bf62c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname='cpan2aur2git'
pkgver='0.0.1'
-pkgrel='2'
+pkgrel='3'
pkgdesc="CPAN2AUR wrapper"
arch=('any')
url="https://github.com/bence98/${pkgname}"
license=('GPL-3.0-or-later')
options=('!emptydirs')
depends=('perl-cpanplus-dist-arch' 'python-requests')
+makedepends=('git')
optdepends=('postfix: for receiving mail for automatic processing with cpanbot-mail')
source=("git+${url}#tag=v${pkgver}")
md5sums=('SKIP')