summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Harrison2015-08-13 12:39:27 -0400
committerMatt Harrison2015-08-13 12:39:27 -0400
commit9a765eaf648f6a28341b9b52d339851a3af1e610 (patch)
tree2067911909d549d0ee1724019021fb2edf70b632
parent0ffa234590acd8ab12d753a0bb33d2def51f667c (diff)
downloadaur-9a765eaf648f6a28341b9b52d339851a3af1e610.tar.gz
replace download link on sourceforge with one from github
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01d7cc569488..d9905c2f5e9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,8 @@ pkgbase = editorconfig-core-c
provides = editorconfig-core-c
conflicts = editorconfig-core
replaces = editorconfig-core<=0.10.0
- source = http://sourceforge.net/projects/editorconfig/files/EditorConfig-C-Core/0.12.0/source/editorconfig-core-c-0.12.0.tar.gz/download
- md5sums = b2eefcc47656f4166f3326eeeaddc076
+ source = https://github.com/editorconfig/editorconfig-core-c/archive/v0.12.0.tar.gz
+ sha256sums = a53b67aca5ba307c37e9e002fa6cc5e5399ac0099eaeeca700ad703ee6e5278b
pkgname = editorconfig-core-c
diff --git a/PKGBUILD b/PKGBUILD
index e43807c003e6..5c20885f80b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ makedepends=('cmake>=2.6')
provides=('editorconfig-core' 'editorconfig-core-c')
conflicts=('editorconfig-core')
replaces=('editorconfig-core<=0.10.0')
-source=("http://sourceforge.net/projects/editorconfig/files/EditorConfig-C-Core/0.12.0/source/editorconfig-core-c-0.12.0.tar.gz/download")
-md5sums=('b2eefcc47656f4166f3326eeeaddc076')
+source=("https://github.com/editorconfig/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('a53b67aca5ba307c37e9e002fa6cc5e5399ac0099eaeeca700ad703ee6e5278b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -25,11 +25,6 @@ build() {
make
}
-check() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make test
-}
-
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install