-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
> Jamming With Edward * Remove `repose` dependency for the pacman's tooling. As `repose` seems to no longer be active, let to use the proper pacman's tooling, such as `repo-add` and `repo-del`. NOTE: tomato may not be able to be updated through tomato, run `tomato --remove-update` or rebuild tomato from AUR.
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer : aji <[email protected]> | ||
pkgname=tomato | ||
pkgver=0.8.4 | ||
pkgver=0.9.0 | ||
pkgrel=1 | ||
pkgdesc="AUR local repository manager" | ||
arch=('any') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/sh | ||
NAME=$(basename ${0:-tomato}) | ||
VERSION=0.8.4 | ||
VERSION=0.9.0 | ||
readonly NAME | ||
readonly VERSION | ||
|
||
|