summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2021-12-18 10:00:58 +0100
committerAdriĆ  Arrufat2021-12-18 10:00:58 +0100
commitfc73c8048f85c58341092748dd982f083fa86ead (patch)
treeaab314c2547e6736fc711d5c72be10ae5ee99daa
parentfa47b378a9a79f844a22b1708c1b7e7af081592d (diff)
downloadaur-fc73c8048f85c58341092748dd982f083fa86ead.tar.gz
use github download link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e10bb07b2e7a..a6e1387485f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dlib
pkgdesc = A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques
pkgver = 19.22
- pkgrel = 2
+ pkgrel = 3
url = http://dlib.net
arch = x86_64
license = custom
@@ -15,7 +15,7 @@ pkgbase = dlib
depends = libx11
optdepends = giflib: for GIF support
optdepends = sqlite: for sqlite support
- source = http://dlib.net/files/dlib-19.22.tar.bz2
- sha256sums = 20b8aad5d65594a34e22f59abbf0bf89450cb4a2a6a8c3b9eb49c8308f51d572
+ source = https://codeload.github.com/davisking/dlib/tar.gz/refs/tags/v19.22
+ sha256sums = 5f44b67f762691b92f3e41dcf9c95dd0f4525b59cacb478094e511fdacb5c096
pkgname = dlib
diff --git a/PKGBUILD b/PKGBUILD
index 8795f59355a3..3c4dbc1f4551 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dlib
pkgver=19.22
-pkgrel=2
+pkgrel=3
pkgdesc="A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques"
arch=('x86_64')
url="http://dlib.net"
@@ -18,8 +18,8 @@ depends=('cblas'
optdepends=('giflib: for GIF support'
'sqlite: for sqlite support')
makedepends=('cmake' 'ninja')
-source=("http://dlib.net/files/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('20b8aad5d65594a34e22f59abbf0bf89450cb4a2a6a8c3b9eb49c8308f51d572')
+source=("https://codeload.github.com/davisking/dlib/tar.gz/refs/tags/v${pkgver}")
+sha256sums=('5f44b67f762691b92f3e41dcf9c95dd0f4525b59cacb478094e511fdacb5c096')
build() {
cd "${srcdir}"