summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jiřička2017-06-15 23:39:12 +0200
committerMartin Jiřička2017-06-15 23:39:12 +0200
commit1593cfbf8ce1ae2fe060804415b7c6d0d58ef7ec (patch)
treeea60bcbae19e77cb9ec21398ce2a3cc909886886
parent670585556d319d67e528f755aebaa3f326b474dd (diff)
downloadaur-1593cfbf8ce1ae2fe060804415b7c6d0d58ef7ec.tar.gz
Fix of bad package name of conflicting package.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d132c90f8e60..57e71e446ae2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = archnews2
pkgdesc = Utility for displaying Arch news feed in console
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mjiricka/archnews
arch = any
license = MIT
depends = python
- conflicts = archnews
+ conflicts = archnews-git
source = https://github.com/mjiricka/archnews/archive/v1.0.0.tar.gz
md5sums = 2802d6ceed91b6c6544124713377181a
diff --git a/PKGBUILD b/PKGBUILD
index 00e57286c0fd..0aefae430836 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=archnews2
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Utility for displaying Arch news feed in console"
arch=("any")
url="https://github.com/mjiricka/archnews"
license=("MIT")
depends=("python")
-conflicts=("archnews")
+conflicts=("archnews-git")
source=("https://github.com/mjiricka/${pkgname%2}/archive/v${pkgver}.tar.gz")
md5sums=("2802d6ceed91b6c6544124713377181a")