summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Schuck2017-09-26 18:05:34 +0200
committerJörg Schuck2017-09-26 18:05:34 +0200
commit1e6406ca12c3e93d65ea75560723948a786ffa0e (patch)
tree04be239f8b3df63c05ae6582082f931ef41fa363
parentb5a2c86d4075a3a1aae511c04e55402d82090b28 (diff)
downloadaur-1e6406ca12c3e93d65ea75560723948a786ffa0e.tar.gz
Changed sources to github.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94ba4f24545a..dc7a3ab00d3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Sep 25 18:00:06 UTC 2017
+# Tue Sep 26 16:05:36 UTC 2017
pkgbase = gnucash
pkgdesc = A personal and small-business financial-accounting application
pkgver = 2.6.18
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnucash.org
arch = i686
arch = x86_64
@@ -27,8 +27,8 @@ pkgbase = gnucash
optdepends = perl-date-manip: for stock information lookups
options = !makeflags
options = !emptydirs
- source = http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.18.tar.gz
- sha1sums = 57321f8740c88b46295b69b523dac71fc3b2ecf6
+ source = https://github.com/Gnucash/gnucash/releases/download/2.6.18/gnucash-2.6.18.tar.bz2
+ sha1sums = dcc6f7f449d7be46a543021f65f310e712dfc99a
pkgname = gnucash
diff --git a/PKGBUILD b/PKGBUILD
index 14cf7013af8b..9c4d7bb14524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnucash
pkgver=2.6.18
-pkgrel=1
+pkgrel=2
pkgdesc="A personal and small-business financial-accounting application"
arch=('i686' 'x86_64')
url="http://www.gnucash.org"
@@ -17,8 +17,8 @@ optdepends=('evince: for print preview'
'perl-finance-quote: for stock information lookups'
'perl-date-manip: for stock information lookups')
options=('!makeflags' '!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('57321f8740c88b46295b69b523dac71fc3b2ecf6')
+source=(https://github.com/Gnucash/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('dcc6f7f449d7be46a543021f65f310e712dfc99a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"