diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2015-01-30 07:34:26 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2015-02-04 09:50:01 +0100 |
commit | cc1e8aed3059c62d56bccfc07f3041901cec8ebb (patch) | |
tree | 1916ffdf90e6e0e7e227b4410253327ae892b9b8 /po | |
parent | a28d4f8e3eeefc3c6773e903f956f163380631ff (diff) |
Rename the AUR software to aurweb
Rename the project to help differentiate between the software providing
access to the Arch User Repository and the collection of source packages
itself.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index e27e85b..1659f83 100644 --- a/po/Makefile +++ b/po/Makefile @@ -49,7 +49,7 @@ POTFILES: update-pot: POTFILES pkgname=AUR; \ - pkgver=`sed -n 's/.*"AUR_VERSION", "\(.*\)".*/\1/p' ../web/lib/version.inc.php`; \ + pkgver=`sed -n 's/.*"AURWEB_VERSION", "\(.*\)".*/\1/p' ../web/lib/version.inc.php`; \ xgettext --default-domain=aur -L php --keyword=__ --keyword=_n:1,2 \ --no-location --add-comments=TRANSLATORS: \ --package-name="$$pkgname" --package-version="$$pkgver" \ |