summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2016-06-02 07:59:40 -0600
committerSam Burgos2016-06-02 07:59:40 -0600
commit6d98802b304dd60dfb208c5780e807979d40ea11 (patch)
tree5a9a0cda919daff6af7660b9eb3267ffdbdd2f18
parent3f86d7cd9a22de3c5a2301dc70ee072454db5bba (diff)
downloadaur-6d98802b304dd60dfb208c5780e807979d40ea11.tar.gz
keep applying fixes to the package, fixing the conflicts function
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acfdac769758..d9c9273b35e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Jun 2 04:54:18 UTC 2016
+# Thu Jun 2 13:58:45 UTC 2016
pkgbase = mint-y-icons
pkgdesc = New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases
pkgver = 1.0.2
- pkgrel = 2
+ pkgrel = 3
url = http://packages.linuxmint.com
arch = any
license = GPL3
optdepends = mint-x-icons: Mint-Y inherits missing icons from Mint-X
- conflicts = -git
+ conflicts = mint-y-icons-git
source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.0.2.tar.xz
sha256sums = b0d38df3a0724791e59964c220c4946e4a9715c91c01154c50406138dca971f3
diff --git a/PKGBUILD b/PKGBUILD
index caba56e2b86a..018c4b4a722d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mint-y-icons
pkgver=1.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases"
arch=('any')
url='http://packages.linuxmint.com'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=()
makedepends=()
optdepends=("mint-x-icons: Mint-Y inherits missing icons from Mint-X")
-conflicts=("${_pkgname}-git")
+conflicts=("mint-y-icons-git")
source=("${url}/pool/main/m/${pkgname}/${pkgname}_${pkgver}.tar.xz")
sha256sums=('b0d38df3a0724791e59964c220c4946e4a9715c91c01154c50406138dca971f3')