summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Partas2018-10-13 18:22:20 +0200
committerKonrad Partas2018-10-13 18:22:20 +0200
commit5c954253c929553949bc9bba666bf845b13e003f (patch)
tree1ffa53c77d138cd38cacf066b3bf071ea669f572
parent2db5de593ec3cd30286b99d4629f91a8d99a8750 (diff)
downloadaur-5c954253c929553949bc9bba666bf845b13e003f.tar.gz
Release version 0.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e56a4a6122bd..d18865b0744d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = foxaur
pkgdesc = Pacman wrapper and AUR helper to keep it simple.
- pkgver = 0.0.1
+ pkgver = 0.0.2
pkgrel = 1
url = https://gitlab.com/foxaur/foxaur
arch = any
license = GNU General Public License v3.0
depends = python>=3.7
- depends = pacman>=5.1
- depends = git>=2.19
- source = foxaur-0.0.1.tar.gz::https://gitlab.com/foxaur/foxaur/-/archive/0.0.1/foxaur-0.0.1.tar.gz
+ depends = pacman
+ depends = git
+ source = foxaur-0.0.2.tar.gz::https://gitlab.com/foxaur/foxaur/-/archive/0.0.2/foxaur-0.0.2.tar.gz
md5sums = SKIP
pkgname = foxaur
diff --git a/PKGBUILD b/PKGBUILD
index f86fb7258c40..5858db813260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
+#Maintainer: Konrad Partas <konparta at gmail dot com>
+
pkgname=foxaur
-pkgver=0.0.1
+pkgver=0.0.2
pkgrel=1
pkgdesc="Pacman wrapper and AUR helper to keep it simple."
arch=('any')
@@ -7,8 +9,8 @@ url="https://gitlab.com/foxaur/foxaur"
license=('GNU General Public License v3.0')
depends=(
'python>=3.7'
- 'pacman>=5.1'
- 'git>=2.19'
+ 'pacman'
+ 'git'
)
source=(
"${pkgname}-${pkgver}.tar.gz::https://gitlab.com/foxaur/foxaur/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"