summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEntexSoft2022-11-23 13:53:14 +0100
committerEntexSoft2022-11-23 13:53:14 +0100
commit742a2db40602cbdcb8ee0b8e60033c1646d19f0b (patch)
tree5574e5a48f9e43d8f5917e4b08d57c259355d9d5
parent4fa5be7a90b32980a15323d7c7596221cea7fe39 (diff)
downloadaur-742a2db40602cbdcb8ee0b8e60033c1646d19f0b.tar.gz
Third commit
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4962bd02b4c9..1a99379d4222 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index 838af3b7a07d..1910eda13dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {