-
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.
> I'm not a criminal. Woah, that makes me sound more like a criminal, doesn't it. * Let tomato repository to be in the `alpm` user group; * Fix pikaur invalid configuration; * Fix makepkg out of date.
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 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,7 +1,7 @@ | ||
# Maintainer : aji <[email protected]> | ||
pkgname=tomato | ||
pkgver=0.8.3 | ||
pkgrel=2 | ||
pkgver=0.8.4 | ||
pkgrel=1 | ||
pkgdesc="AUR local repository manager" | ||
arch=('any') | ||
url="https://github.com/aji-prod/tomato" | ||
|
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.3 | ||
VERSION=0.8.4 | ||
readonly NAME | ||
readonly VERSION | ||
|
||
|