summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d7299710791..c4ae706e7e54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bash-utils-git
pkgdesc = Miscellaneous small utils, mainly for the Bash shell.
- pkgver = 0.1.r42.g5d89003
+ pkgver = 0.1.r43.g75d877b
pkgrel = 1
url = https://github.com/jabbalaci/Bash-Utils
arch = any
@@ -8,9 +8,7 @@ pkgbase = bash-utils-git
makedepends = git
depends = python
optdepends = markdown: for markdown.py
- optdepends = pygtk: for mouse/mousepos_gui.py
- optdepends = python2-beautifulsoup3: for get_images.py, get_links.py, and prettify.py
- optdepends = python: for top10.py
+ optdepends = python-beautifulsoup4: for get_images.py, get_links.py, and prettify.py
source = bash-utils::git+https://github.com/jabbalaci/bash-utils.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1dc34de9d5c1..4927c48696a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bash-utils-git
_pkgname=${pkgname%-git}
-pkgver=0.1.r42.g5d89003
+pkgver=0.1.r43.g75d877b
pkgrel=1
pkgdesc="Miscellaneous small utils, mainly for the Bash shell."
arch=('any')