summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Brennan2016-01-04 13:52:24 -0500
committerStephen Brennan2016-01-04 13:52:24 -0500
commite21fb2a85a3f5068deec768ed4eccaaa154f0afe (patch)
treeb42e0842bc5f7ad62cc0c7a6196fb5eedb550647
parentd89d56b84d0836a381fcc9dc3f8e03f93ce38b16 (diff)
downloadaur-e21fb2a85a3f5068deec768ed4eccaaa154f0afe.tar.gz
Name change again to include version number, permanently preventing name collisions.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df6d63267590..07776e9ee400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 18:39:31 UTC 2016
+# Mon Jan 4 18:51:40 UTC 2016
pkgbase = communi-desktop
pkgdesc = An IRC client for desktop environments.
pkgver = 3.4.0
@@ -14,8 +14,8 @@ pkgbase = communi-desktop
depends = hicolor-icon-theme
depends = xdg-utils
depends = libcommuni
- source = communi-desktop.tar.gz::https://github.com/communi/communi-desktop/archive/v3.4.0.tar.gz
- source = shared.tar.gz::https://github.com/communi/communi-shared/archive/v3.4.0.tar.gz
+ source = communi-desktop-v3.4.0.tar.gz::https://github.com/communi/communi-desktop/archive/v3.4.0.tar.gz
+ source = communi-shared-v3.4.0.tar.gz::https://github.com/communi/communi-shared/archive/v3.4.0.tar.gz
md5sums = 8f05ceb73232a763b4821e53fd6d7317
md5sums = 420d3167ddce7a338d803ecc2fa5d03a
diff --git a/PKGBUILD b/PKGBUILD
index cc515c679957..6103100a375a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,8 +19,8 @@ backup=()
options=()
install=.INSTALL
changelog=
-source=("communi-desktop.tar.gz::https://github.com/communi/$pkgname/archive/v$pkgver.tar.gz"
- "shared.tar.gz::https://github.com/communi/communi-shared/archive/v$pkgver.tar.gz")
+source=("communi-desktop-v$pkgver.tar.gz::https://github.com/communi/$pkgname/archive/v$pkgver.tar.gz"
+ "communi-shared-v$pkgver.tar.gz::https://github.com/communi/communi-shared/archive/v$pkgver.tar.gz")
noextract=()
md5sums=("8f05ceb73232a763b4821e53fd6d7317"
"420d3167ddce7a338d803ecc2fa5d03a")