index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-04-28 08:26:37 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-28 08:26:37 +0000 |
commit | afec5e46a4c320c5b5e2bf7ee128490377733bef (patch) | |
tree | 479dd6c43afcccd357570956ef23b123c923a455 /scripts | |
parent | 4a6d963ae1aed944c18869e7b944a216ca8dc2db (diff) |
-rwxr-xr-x | scripts/makepkg | 2 | ||||
-rwxr-xr-x | scripts/repo-add | 2 |
diff --git a/scripts/makepkg b/scripts/makepkg index ebd6b543..3ff28ee3 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -25,7 +25,7 @@ # USA. # -myver='3.0.0' +myver='3.0.3' startdir=$(pwd) BUILDSCRIPT="PKGBUILD" diff --git a/scripts/repo-add b/scripts/repo-add index 9a134688..8a06b270 100755 --- a/scripts/repo-add +++ b/scripts/repo-add @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. -myver='3.0.0' +myver='3.0.3' FORCE=0 REPO_DB_FILE="" |