summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblackhole2020-09-14 18:28:11 +0200
committerblackhole2020-09-14 18:28:11 +0200
commit9140e640eff42d972eacd2f29695d0475a23ecdb (patch)
tree98669dd8549fdf48dba4bbff18778222d9820bb9
parent0a19717542f2cdac0c0e19f108a2206f8b50e450 (diff)
downloadaur-9140e640eff42d972eacd2f29695d0475a23ecdb.tar.gz
Fix to application source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 464e2b1f559f..733e62699567 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = unified-remote-server
pkgdesc = Unified Remote Server
pkgver = 3.8.0.2451
- pkgrel = 1
+ pkgrel = 2
url = http://www.unifiedremote.com/
install = unified-remote-server.install
arch = x86_64
license = freeware
depends = glibc
depends = gcc-libs
- source = https://www.unifiedremote.com/download/linux-x64-deb
+ source = https://www.unifiedremote.com/static/builds/server/linux-x64/2451/urserver-3.8.0.2451.deb
source = urserver.service
- sha256sums = SKIP
+ sha256sums = 628cf4f89f8551aaca790ab59f1d7787d14191b5c318615534b7208c546e3ae2
sha256sums = 2a2a6118aa028a4ca38638845d1b8d408d57332f3b88c02ff00d5c7f5321428a
pkgname = unified-remote-server
diff --git a/PKGBUILD b/PKGBUILD
index 5db4c73c6c58..b4041e237f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=unified-remote-server
pkgver=3.8.0.2451
-pkgrel=1
+pkgrel=2
pkgdesc="Unified Remote Server"
arch=('x86_64')
url="http://www.unifiedremote.com/"
depends=('glibc' 'gcc-libs')
license=('freeware')
install=$pkgname.install
-source=("https://www.unifiedremote.com/download/linux-x64-deb" "urserver.service")
-sha256sums=('SKIP' '2a2a6118aa028a4ca38638845d1b8d408d57332f3b88c02ff00d5c7f5321428a' )
+source=("https://www.unifiedremote.com/static/builds/server/linux-x64/2451/urserver-3.8.0.2451.deb" "urserver.service")
+sha256sums=('628cf4f89f8551aaca790ab59f1d7787d14191b5c318615534b7208c546e3ae2' '2a2a6118aa028a4ca38638845d1b8d408d57332f3b88c02ff00d5c7f5321428a' )
package() {
cd ${srcdir}