summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112016-11-01 19:02:56 +0100
committerjose17112016-11-01 19:02:56 +0100
commit3fc3978ec4a8347319f8e06bdbbdc76bf206247b (patch)
tree07b4ddcd3e12c942c5ddcd98229b3685f9eb3380
parentd62631c8180317843a2cd0c29b38842422c4e377 (diff)
downloadaur-3fc3978ec4a8347319f8e06bdbbdc76bf206247b.tar.gz
Fix broken source link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e85fdee5ccd5..2b5ec58cc3fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Nov 1 18:02:53 UTC 2016
pkgbase = lightscribe-labeler
pkgdesc = LightScribe Simple Labeler
pkgver = 1.18.15.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.lightscribe.com/downloadSection/linux/index.aspx?id=815
arch = i686
license = custom
@@ -15,7 +17,7 @@ pkgbase = lightscribe-labeler
depends = libsm
depends = libxrandr
options = !strip
- source = http://download.lightscribe.com/ls/lightscribeApplications-1.18.15.1-linux-2.6-intel.rpm
+ source = https://dl.dropboxusercontent.com/u/29095940/oss/lightscribeApplications-1.18.15.1-linux-2.6-intel.rpm
md5sums = bf5eb9aa41e3b5f4d0c879591464c1db
sha256sums = 2e8cf6887974ac1bd4ee8d415a4160a75b39d31d33394eb7284d7179862fa504
diff --git a/PKGBUILD b/PKGBUILD
index f162ccf9fe25..f7d7cd62e0b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
pkgname=lightscribe-labeler
pkgver=1.18.15.1
-pkgrel=2
+pkgrel=3
pkgdesc="LightScribe Simple Labeler"
arch=('i686')
url="http://www.lightscribe.com/downloadSection/linux/index.aspx?id=815"
license=('custom')
depends=('lightscribe' 'libstdc++5' 'libxi' 'libxcursor' 'libpng' 'fontconfig' 'libsm' 'libxrandr')
makedepends=('rpmextract')
-source=(http://download.lightscribe.com/ls/lightscribeApplications-$pkgver-linux-2.6-intel.rpm)
+#source=(http://download.lightscribe.com/ls/lightscribeApplications-$pkgver-linux-2.6-intel.rpm)
+source=(https://dl.dropboxusercontent.com/u/29095940/oss/lightscribeApplications-1.18.15.1-linux-2.6-intel.rpm)
options=('!strip')
package() {