summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 586543fd4dd7..c8d7f3e73a1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sozi
pkgdesc = A zooming presentation based on SVG, using JavaScript
pkgver = 15.11
- pkgrel = 1
+ pkgrel = 2
url = http://sozi.baierouge.fr/
arch = i686
arch = x86_64
@@ -607,7 +607,7 @@ pkgbase = sozi
noextract = jquery-v2.1.4.tar.gz
options = !strip
source = https://github.com/senshu/Sozi/archive/15.11.tar.gz
- source = http://www.fontsquirrel.com/fonts/download/droid-sans
+ source = http://www.1001freefonts.com/d/5854/droid_sans.zip
source = http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
source = http://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz
source = http://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz
@@ -1196,7 +1196,7 @@ pkgbase = sozi
source = notifyjs-v0.3.4.tar.gz::https://github.com/jpillora/notifyjs/archive/0.3.4.tar.gz
source = jquery-v2.1.4.tar.gz::https://github.com/jquery/jquery/archive/2.1.4.tar.gz
sha1sums = 17a53a4a87a1b774e4e1f81011b857ac77bc5570
- sha1sums = 19838487569f237635a7345faccb919e4ba8eec0
+ sha1sums = 265b6cc7b7cea7bcfb74eec52bc9c0e44f039740
sha1sums = 5b6035b2ee9d4fb5cf859f08a9be81b208491843
sha1sums = c8ce27de0acc76d896d2b1fad3df588d9e82f014
sha1sums = 72db3983872eec2313919c9426a993a41afe93f7
diff --git a/.gitignore b/.gitignore
index 034142af6a9c..8c6bd9202a00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,4 @@
*.pkg.tar.xz
src/
pkg/
-droid-sans
+droid_sans.zip
diff --git a/PKGBUILD b/PKGBUILD
index cc25fad07d38..81d2edd21443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="sozi"
pkgver=15.11
# the build version is obtained from [here](https://github.com/senshu/Sozi/releases)
_buildver=15.11.210709
-pkgrel=1
+pkgrel=2
pkgdesc="A zooming presentation based on SVG, using JavaScript"
url="http://sozi.baierouge.fr/"
@@ -23,9 +23,9 @@ makedepends=('npm' 'bower' 'nodejs-grunt-cli'
'jq' 'npm-semver')
source=("https://github.com/senshu/Sozi/archive/${pkgver}.tar.gz"
- "http://www.fontsquirrel.com/fonts/download/droid-sans")
+ "http://www.1001freefonts.com/d/5854/droid_sans.zip")
sha1sums=('17a53a4a87a1b774e4e1f81011b857ac77bc5570'
- '19838487569f237635a7345faccb919e4ba8eec0')
+ '265b6cc7b7cea7bcfb74eec52bc9c0e44f039740')
source_i686=('http://dl.nwjs.io/v0.12.3/nwjs-v0.12.3-linux-ia32.tar.gz'
'buildConfig-i686.js')