summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2018-11-03 10:44:30 +0200
committerDan Elkouby2018-11-03 10:44:30 +0200
commit6dcbe402193e3afa4656aca41984c5816c89d747 (patch)
tree8397b48d41de3b3effb833d0bdb12212ffdf75eb
parent3e74140ef160baa6f10da885269423ddef66ef49 (diff)
downloadaur-gitprompt-rs.tar.gz
Use unique file name for source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a871f9947fd3..56022425c227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gitprompt-rs
pkgdesc = Simple Git prompt
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Streetwalrus/gitprompt-rs
arch = x86_64
license = MPL2
makedepends = cargo
depends = git
- source = https://github.com/Streetwalrus/gitprompt-rs/archive/0.2.0.tar.gz
+ source = gitprompt-rs-0.2.0.tar.gz::https://github.com/Streetwalrus/gitprompt-rs/archive/0.2.0.tar.gz
md5sums = 78284e88d5d42d9ef2707e1aeb16421a
pkgname = gitprompt-rs
diff --git a/PKGBUILD b/PKGBUILD
index 629f64745b19..4443049f0e23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Streetwalrus <streetwalrus@codewalr.us>
pkgname=gitprompt-rs
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Simple Git prompt"
arch=('x86_64')
url="https://github.com/Streetwalrus/$pkgname"
license=('MPL2')
depends=('git')
makedepends=('cargo')
-source=("https://github.com/Streetwalrus/$pkgname/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
md5sums=('78284e88d5d42d9ef2707e1aeb16421a')
build() {