summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Scholer2015-08-06 00:16:20 +0200
committerRaphael Scholer2015-08-06 00:16:58 +0200
commitc8978592ce02690c0b4cd42647301dfbfae523f3 (patch)
tree30e61a1c80e28ff472878a7d2da2492ca4a94938
parent643a3c6a4081fe5f47ae2873089bb54618c1a5aa (diff)
downloadaur-c8978592ce02690c0b4cd42647301dfbfae523f3.tar.gz
Give downloaded source a archiveable name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0da36f09316..d697605896d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libreoffice-style-elementary
pkgdesc = elementary icons for LibreOffice
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/shimmerproject/libreoffice-style-elementary
arch = i686
arch = x86_64
license = GPL
makedepends = zip
conflicts = libreoffice-style-elementary-git
- source = https://github.com/shimmerproject/libreoffice-style-elementary/archive/v0.1.tar.gz
+ source = libreoffice-style-elementary-0.1.tar.gz::https://github.com/shimmerproject/libreoffice-style-elementary/archive/v0.1.tar.gz
sha256sums = SKIP
pkgname = libreoffice-style-elementary
diff --git a/PKGBUILD b/PKGBUILD
index 3b8fc1e879e5..1977829e37fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Raphael Scholer <rascholer@gmail.com>
pkgname=libreoffice-style-elementary
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc='elementary icons for LibreOffice'
arch=('i686' 'x86_64')
url="https://github.com/shimmerproject/${pkgname}"
license=('GPL')
conflicts=("${pkgname}-git")
makedepends=('zip')
-source=("${url}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz")
sha256sums=('SKIP')
build() {