Skip to content

Commit

Permalink
Finally: the release of 0.1.0 Version
Browse files Browse the repository at this point in the history
  • Loading branch information
zakariagatter committed Jun 15, 2022
1 parent 38dc2ca commit 65c1935
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
* and more on the way ...

### Preview
<div align="center" width="100%">
<img width="48%" src="./preview/search1.png">
<img width="48%" src="./preview/search2.png">
</div>
<div align="center" width="100%">
<img width="48%" src="./preview/info2.png">
</div>

### Installation

Expand Down
4 changes: 2 additions & 2 deletions bin/baur
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ while read -a line ; do
NPkgVersion=${NPkgVersion//[[:alpha:]-\.+_]}

if curl -s "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=$PkgName" --connect-timeout 5 -o "$SOURCE_TMP"; then
source "$SOURCE_TMP" 2> /dev/null && {
bdot "Check for '$PkgName' Local Install."
source "$SOURCE_TMP" 2> /dev/null || {
bdot "Check for '$PkgName' Local Install.\n"
continue
}
NewVersion=$pkgver
Expand Down
Binary file added preview/info2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/search1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/search2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65c1935

Please sign in to comment.