summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger2015-07-08 18:36:59 +0200
committerJan-Erik Rediger2015-07-08 18:36:59 +0200
commit4558fe90fbc758e6a5354f836403cedc6c3c9875 (patch)
tree4fb51c0059ad44fa6f7a853494cbdfad9cba6e8b
parent91e662b7f248717a92fd605a3c2d6f9a6791b3bf (diff)
downloadaur-4558fe90fbc758e6a5354f836403cedc6c3c9875.tar.gz
[sync-my-l2p] Use updated release files
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b012b25885be..ab25f003a825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sync-my-l2p
pkgdesc = Sync the L2P of the RWTH Aachen with your Computer
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.sync-my-l2p.de/
install = sync-my-l2p.install
arch = i686
@@ -11,8 +11,8 @@ pkgbase = sync-my-l2p
depends = qt5-base
depends = hicolor-icon-theme
noextract = sync-my-l2p_2.1.1-0.vivid_i386.deb
- source = https://github.com/Sync-my-L2P/Sync-my-L2P/releases/download/v2.1.1/sync-my-l2p_2.1.1-0.vivid_i386.deb
- md5sums = 641830c13298e71e1b370592b64324f8
+ source = https://github.com/Sync-my-L2P/Sync-my-L2P/releases/download/v2.1.1/sync-my-l2p_2.1.1-0.vivid1_i386.deb
+ md5sums = 015c31ffd2f29c156882fbe8628dc18f
pkgname = sync-my-l2p
diff --git a/PKGBUILD b/PKGBUILD
index e39f7b8da522..024ece6225b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sync-my-l2p
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Sync the L2P of the RWTH Aachen with your Computer"
arch=('i686' 'x86_64')
url="http://www.sync-my-l2p.de/"
@@ -12,14 +12,14 @@ makedepends=('deb2targz')
install=sync-my-l2p.install
if [ "$CARCH" = "x86_64" ]; then
- source=("https://github.com/Sync-my-L2P/Sync-my-L2P/releases/download/v${pkgver}/sync-my-l2p_${pkgver}-0.vivid_amd64.deb")
+ source=("https://github.com/Sync-my-L2P/Sync-my-L2P/releases/download/v${pkgver}/sync-my-l2p_${pkgver}-0.vivid1_amd64.deb")
noextract=("sync-my-l2p_${pkgver}-0.vivid_amd64.deb")
- md5sums=('dfeb417aeae92072f1ae5547aa5d96e3')
+ md5sums=('1e68002907b407515e20c88c2624d901')
_short_arch=amd64
else
- source=("https://github.com/Sync-my-L2P/Sync-my-L2P/releases/download/v${pkgver}/sync-my-l2p_${pkgver}-0.vivid_i386.deb")
+ source=("https://github.com/Sync-my-L2P/Sync-my-L2P/releases/download/v${pkgver}/sync-my-l2p_${pkgver}-0.vivid1_i386.deb")
noextract=("sync-my-l2p_${pkgver}-0.vivid_i386.deb")
- md5sums=('641830c13298e71e1b370592b64324f8')
+ md5sums=('015c31ffd2f29c156882fbe8628dc18f')
_short_arch=i386
fi