summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoNicks2021-01-31 21:56:48 +0200
committerKoNicks2021-01-31 21:56:48 +0200
commit73cd0b90aa8318ba2c634447f25b654afa1cd9b2 (patch)
tree37c788b4ef71daa6f293a1d00d1636fc86e0552d
parent77e9338d35323b67442a4d16f257c94411de3fc6 (diff)
downloadaur-73cd0b90aa8318ba2c634447f25b654afa1cd9b2.tar.gz
Added missing dependencies and added flags and scripting support
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
-rw-r--r--koffe.tar.gzbin3025 -> 3205 bytes
3 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1615cd403539..39d6d854516d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = koffe
pkgdesc = simple tool for creating easy to use and offline-friendly arch installers with aur support
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
arch = x86_64
arch = i686
@@ -34,8 +34,9 @@ pkgbase = koffe
depends = which
depends = archiso
depends = git
+ depends = pacman-contrib
source = koffe.tar.gz
- md5sums = 354f56bb95fe85837414e94cc5a7e429
+ md5sums = 9cc4d3cfd621a0103169e38d25171700
pkgname = koffe
diff --git a/PKGBUILD b/PKGBUILD
index ca029efc1707..b5945f987984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,6 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
# Maintainer: KoNicks <konicksdev@gmail.com>
pkgname=koffe
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
epoch=
pkgdesc="simple tool for creating easy to use and offline-friendly arch installers with aur support"
@@ -13,7 +8,7 @@ arch=(x86_64 i686 ARM)
url=""
license=('GPL')
groups=()
-depends=(bash autoconf automake binutils bison fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkgconf sed sudo texinfo which archiso git)
+depends=(bash autoconf automake binutils bison fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkgconf sed sudo texinfo which archiso git pacman-contrib)
makedepends=(tar)
checkdepends=()
optdepends=()
@@ -26,7 +21,7 @@ install=
changelog=
source=('koffe.tar.gz')
noextract=()
-md5sums=('354f56bb95fe85837414e94cc5a7e429')
+md5sums=('9cc4d3cfd621a0103169e38d25171700')
validpgpkeys=()
package() {
diff --git a/koffe.tar.gz b/koffe.tar.gz
index 97e1b7a4e67e..ae5593f6191a 100644
--- a/koffe.tar.gz
+++ b/koffe.tar.gz
Binary files differ