[arch-commits] Commit in subsurface-marble/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Sun Feb 22 05:30:17 UTC 2015
Date: Sunday, February 22, 2015 @ 06:30:16
Author: bisson
Revision: 128099
update upstream source
Modified:
subsurface-marble/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-22 05:24:34 UTC (rev 128098)
+++ PKGBUILD 2015-02-22 05:30:16 UTC (rev 128099)
@@ -3,7 +3,6 @@
# Maintainer: Gaetan Bisson <bisson at archlinux.org>
pkgname=subsurface-marble
-_pkgname=marble
pkgver=4.4.1
pkgrel=1
pkgdesc='Virtual Globe'
@@ -12,11 +11,11 @@
arch=('i686' 'x86_64')
makedepends=('git' 'cmake')
depends=('qt5-'{script,svg,tools,webkit})
-source=('git://git.subsurface-divelog.org/marble#commit=aa18d0af6951debf3a3a90916f3f772784dbf326')
-sha1sums=('SKIP')
+source=("http://subsurface-divelog.org/downloads/${pkgname}-${pkgver}.tgz")
+sha1sums=('4867a8219cd2dcf478414ad91ff4479ad2afc1a3')
build() {
- cd "${srcdir}/${_pkgname}"
+ cd "${srcdir}/${pkgname}"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
@@ -33,7 +32,7 @@
}
package() {
- cd "${srcdir}/${_pkgname}"
+ cd "${srcdir}/${pkgname}"
make DESTDIR="${pkgdir}" install
cd "${pkgdir}/usr"
More information about the arch-commits
mailing list