summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2016-06-02 08:03:33 -0600
committerSam Burgos2016-06-02 08:03:33 -0600
commit0674e6623b9b0c8b2c0f01aac9e8398edf198a9a (patch)
tree3b0c4a0d72bf17cc98ac2a2b11d9713a3d25fdd3
parent6d98802b304dd60dfb208c5780e807979d40ea11 (diff)
downloadaur-0674e6623b9b0c8b2c0f01aac9e8398edf198a9a.tar.gz
keep applying fixes to the package, fixing the pkgver and the provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9c9273b35e2..17e08eb519b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jun 2 13:58:45 UTC 2016
+# Thu Jun 2 14:02:56 UTC 2016
pkgbase = mint-y-icons
pkgdesc = New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases
pkgver = 1.0.2
@@ -8,6 +8,7 @@ pkgbase = mint-y-icons
arch = any
license = GPL3
optdepends = mint-x-icons: Mint-Y inherits missing icons from Mint-X
+ provides = mint-y-icons
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 018c4b4a722d..067a240e422f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos < jsbm1089 at gmail dot com >
pkgname=mint-y-icons
-pkgver=1.0.2
+pkgver='1.0.2'
pkgrel=3
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases"
arch=('any')
@@ -11,6 +11,7 @@ depends=()
makedepends=()
optdepends=("mint-x-icons: Mint-Y inherits missing icons from Mint-X")
conflicts=("mint-y-icons-git")
+provides=("${pkgname}")
source=("${url}/pool/main/m/${pkgname}/${pkgname}_${pkgver}.tar.xz")
sha256sums=('b0d38df3a0724791e59964c220c4946e4a9715c91c01154c50406138dca971f3')