summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-11-26 19:11:55 +0100
committerPeter Mattern2016-11-26 19:11:55 +0100
commit82583f34a9a36515b93eb64c422f43acb0dab5f3 (patch)
tree6bb24ea7688e8a7ff018ff9b47cb85d4e8d25bfc
parent5002b69e8b33e4e0666179e5c4ff6c8c87b9a2d2 (diff)
downloadaur-82583f34a9a36515b93eb64c422f43acb0dab5f3.tar.gz
Save source archive with proper filename
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04e66f774dc6..657f95a8a8d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 10:19:56 UTC 2016
+# Sat Nov 26 18:09:47 UTC 2016
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
pkgver = 0.9.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dglent/meteo-qt
arch = any
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = meteo-qt
depends = python-pyqt5
depends = python-sip
depends = python-urllib3
- source = https://github.com/dglent/meteo-qt/archive/v0.9.4.tar.gz
+ source = meteo-qt-0.9.4.tar.gz::https://github.com/dglent/meteo-qt/archive/v0.9.4.tar.gz
sha256sums = 3d2788d6f38251a09ba276ad2e82924f5c9924527cf286b5aebf3abd4161db10
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index e4b472b32739..1ed8ac84cb81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=meteo-qt
pkgver=0.9.4
-pkgrel=1
+pkgrel=2
pkgdesc='System tray application for weather status information'
arch=('any')
url='https://github.com/dglent/meteo-qt'
license=('GPL3')
depends=('libxkbcommon-x11' 'python-lxml' 'python-pyqt5' 'python-sip' 'python-urllib3')
makedepends=('python' 'qt5-tools')
-source=("https://github.com/dglent/meteo-qt/archive/v${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dglent/meteo-qt/archive/v${pkgver}.tar.gz")
sha256sums=('3d2788d6f38251a09ba276ad2e82924f5c9924527cf286b5aebf3abd4161db10')
package() {