[arch-commits] Commit in uranium/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Mar 27 09:56:58 UTC 2017


    Date: Monday, March 27, 2017 @ 09:56:57
  Author: spupykin
Revision: 219306

src-tarball name fix

Modified:
  uranium/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-27 09:55:31 UTC (rev 219305)
+++ PKGBUILD	2017-03-27 09:56:57 UTC (rev 219306)
@@ -10,8 +10,8 @@
 license=('AGPL')
 depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus')
 makedepends=('cmake')
-source=("https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('90b8aeb612a4639277b453fa416ff890')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('21018ef06673b5b76f516b82398040d10f96c135294e1085d6d2ef667256d011')
 
 prepare() {
   cd Uranium-${pkgver}



More information about the arch-commits mailing list