aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--README.md16
3 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14744e656231..e4d191edc8fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = freelancer-desktop-app
source_i686 = http://desktop.freelancer.com/installers/freelancer-desktop-app_ubuntu-i386.deb
md5sums_i686 = d5f64ef74e3a1e2bf98714d647d3c22b
source_x86_64 = http://desktop.freelancer.com/installers/freelancer-desktop-app_ubuntu-amd64.deb
- md5sums_x86_64 = d5f64ef74e3a1e2bf98714d647d3c22b
+ md5sums_x86_64 = 6d3af725b8861f003480eb40730a32b3
pkgname = freelancer-desktop-app
diff --git a/PKGBUILD b/PKGBUILD
index 6ba9bbd529c1..72848493694e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ changelog=CHANGELOG.md
source_i686=("http://desktop.freelancer.com/installers/${pkgname}_ubuntu-i386.deb")
md5sums_i686=('d5f64ef74e3a1e2bf98714d647d3c22b')
source_x86_64=("http://desktop.freelancer.com/installers/${pkgname}_ubuntu-amd64.deb")
-md5sums_x86_64=('d5f64ef74e3a1e2bf98714d647d3c22b')
+md5sums_x86_64=('6d3af725b8861f003480eb40730a32b3')
package() {
# Extract zipped tar files from Ubuntu deb package
tar -xzf control.tar.gz
diff --git a/README.md b/README.md
index 77ae125b4cf5..0c2745a4b309 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,13 @@
-# aur-freelancer-desktop-app
-Arch Linux AUR Package for Freelancer.com desktop client.
+# Install Instructions
-If you have installed an AUR helper like yaourt or pacaur then you should be able to install this package by running one of the following commands.
+
+## Build and install PKG manually
+To build this package without an AUR helper (recommended) run the following commands from the directory which contains the PKGBUILD.
+
+ makepkg -sic
+
+## Using an AUR helper
+You should be able to install this package by running one of the following commands.
For yaourt:
@@ -11,7 +17,9 @@ For pacaur:
pacaur -Syy freelancer-desktop-app
-If you have any issues please report them to the AUR or if you'd rather, report them here.
+## Issues
+
+Please report any issues to the AUR: https://aur.archlinux.org/packages/freelancer-desktop-app
If you wish to install this package manually run the following from your command line (not as root):