Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Reimer committed Mar 17, 2020
1 parent d1a5a73 commit c02cf7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkgname=repo-make
pkgver=$(sed -rn 's/.*\$VERSION = .(.+?).;$/\1/p' repo-make)
pkgrel=1
pkgdesc="Tool to autobuild a set of PKGBUILDs into a working repository"
url=""
url="https://github.com/M-Reimer/repo-make"
arch=('any')
license=('AGPL3')
depends=('perl')
Expand Down
2 changes: 1 addition & 1 deletion repo-make
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ use constant {
PW_DIR => 7
};

my $VERSION = '2.1.0';
my $VERSION = '3.0.0';
my $PROGNAME = 'repo-make';

# Main code
Expand Down

0 comments on commit c02cf7b

Please sign in to comment.