summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2016-04-22 05:34:59 +0700
committerLev Lybin2016-04-22 05:34:59 +0700
commitc0e844da68fed0468d23f8b2634fd74c7a56a1ec (patch)
treeddb37f0f81ed7dff55266496669a1dd93765f25d
parentd75b339c997eb898952743af5e3a25126726f2a3 (diff)
downloadaur-c0e844da68fed0468d23f8b2634fd74c7a56a1ec.tar.gz
update info
-rw-r--r--.gitignore11
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index f611021d7049..eeeab02e9c18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
-upwork_amd64*.deb
-upwork_i386*.deb
-upwork-*.pkg.tar.xz
-upwork-*.src.tar.gz
-src/
-pkg/ \ No newline at end of file
+*
+!PKGBUILD
+!.SRCINFO
+!*.install
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 386fe359e04e..5d837b59bf5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ pkgdesc="Team App (ex. oDesk)"
arch=('i686' 'x86_64')
url="https://www.upwork.com/downloads/new-team-application"
license=('unknown')
-conflicts=('upwork-beta')
+conflicts=('upwork-beta' 'upwork-alpha')
depends=('gtk2' 'nss' 'nss-upwork' 'gconf' 'alsa-lib' 'glu' 'libxtst' 'gtkglext' 'libgcrypt15' 'libxss')
install=upwork.install
-# how to get links Standart, Beta, Alpha: grep UPDATE_GET_VERSIONS_SUCCESS ~/.Upwork/Upwork/Logs/* | tail -n 1 | grep -o 'http://[a-zA-Z/.0-9_]*.deb'
+# how to get links Standart, Beta, Alpha: grep updates.getVersionToDownload ~/.Upwork/Upwork/Logs/* | tail -n 1 | grep -o 'http://[a-zA-Z/.0-9_]*.deb'
source_x86_64=(upwork_amd64_${pkgver}.deb::http://updates.team.odesk.com/binaries/v${_rawver}_${_hashver}/upwork_amd64.deb)
source_i686=(upwork_i386_${pkgver}.deb::http://updates.team.odesk.com/binaries/v${_rawver}_${_hashver}/upwork_i386.deb)
md5sums_x86_64=('c0379775740ede61e431b94e22cdddbe')