diff options
author | EntexSoft | 2022-11-23 13:53:14 +0100 |
---|---|---|
committer | EntexSoft | 2022-11-23 13:53:14 +0100 |
commit | 742a2db40602cbdcb8ee0b8e60033c1646d19f0b (patch) | |
tree | 5574e5a48f9e43d8f5917e4b08d57c259355d9d5 | |
parent | 4fa5be7a90b32980a15323d7c7596221cea7fe39 (diff) | |
download | aur-742a2db40602cbdcb8ee0b8e60033c1646d19f0b.tar.gz |
Third commit
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = bash-conf pkgdesc = Bash Configurator is utility which simplifying the bash prompt configuration pkgver = 0.1 - pkgrel = 7 + pkgrel = 8 url = https://gitlab.com/linux-stuffs/bash-conf arch = any license = GPL3 @@ -16,8 +16,7 @@ pkgbase = bash-conf conflicts = bash-conf options = !strip options = !emptydirs - source = https://gitlab.com/linux-stuffs/bash-conf/raw/master/distrib/bash-conf-0.1-7.tar.gz + source = https://gitlab.com/linux-stuffs/bash-conf/raw/master/distrib/bash-conf-0.1-8.tar.gz sha256sums = SKIP pkgname = bash-conf - @@ -1,7 +1,7 @@ # Maintainer: Pavel Sibal <entexsoft@gmail.com> pkgname=bash-conf pkgver=0.1 -pkgrel=7 +pkgrel=8 pkgdesc="Bash Configurator is utility which simplifying the bash prompt configuration" arch=('any') url="https://gitlab.com/linux-stuffs/bash-conf" @@ -12,7 +12,7 @@ depends=('bash' 'libnewt' 'coreutils' 'grep' 'sed') optdepends=('nano' 'screenfetch') options=('!strip' '!emptydirs') -source=('https://gitlab.com/linux-stuffs/bash-conf/raw/master/distrib/bash-conf-0.1-7.tar.gz') +source=('https://gitlab.com/linux-stuffs/bash-conf/raw/master/distrib/bash-conf-0.1-8.tar.gz') sha256sums=('SKIP') package() { |