summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 571a59ba0078..16feb54f1346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cpan2aur2git
pkgdesc = CPAN2AUR wrapper
- pkgver = 0.0.1
- pkgrel = 3
+ pkgver = 0.0.2
+ pkgrel = 1
url = https://github.com/bence98/cpan2aur2git
arch = any
license = GPL-3.0-or-later
@@ -10,7 +10,7 @@ pkgbase = cpan2aur2git
depends = python-requests
optdepends = postfix: for receiving mail for automatic processing with cpanbot-mail
options = !emptydirs
- source = git+https://github.com/bence98/cpan2aur2git#tag=v0.0.1
+ source = git+https://github.com/bence98/cpan2aur2git#tag=v0.0.2
md5sums = SKIP
pkgname = cpan2aur2git
diff --git a/PKGBUILD b/PKGBUILD
index 36eef99bf62c..94c2fae4f96d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Bence Cs <bence98 at sch bme hu>
pkgname='cpan2aur2git'
-pkgver='0.0.1'
-pkgrel='3'
+pkgver='0.0.2'
+pkgrel='1'
pkgdesc="CPAN2AUR wrapper"
arch=('any')
url="https://github.com/bence98/${pkgname}"