summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Trotman2018-07-20 21:08:37 +1000
committerChris Trotman2018-07-20 21:08:37 +1000
commit7eb3d1a954a1906255c39a828c0b66f4e7627107 (patch)
tree27280d2c4b2db52157a1bf7085bad8fac8a224d9
parent7ee596a6bf72f6feb3e43a5b020d8b18e6db4787 (diff)
downloadaur-7eb3d1a954a1906255c39a828c0b66f4e7627107.tar.gz
This package does not provide skim
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8527f8b792c..3e5526f3808e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ec2-ip
pkgdesc = Easily find EC2 instance ip addresses
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/solarnz/ec2-ip
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = ec2-ip
makedepends = rust
makedepends = cargo
depends = ncurses
- provides = skim
source = ec2-ip-0.1.0.tar.gz::https://codeload.github.com/solarnz/ec2-ip/tar.gz/v0.1.0
sha256sums = 2d5a9f9d72c5c3192455c8a6a6d167708f84b0d8e0b39b5896941a539a82d748
diff --git a/PKGBUILD b/PKGBUILD
index cf6339ad288b..97c74d8255d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ec2-ip
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Easily find EC2 instance ip addresses"
arch=('i686' 'x86_64')
depends=('ncurses')
@@ -11,7 +11,6 @@ url="https://github.com/solarnz/ec2-ip"
license=('MIT')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/solarnz/$pkgname/tar.gz/v$pkgver)
sha256sums=('2d5a9f9d72c5c3192455c8a6a6d167708f84b0d8e0b39b5896941a539a82d748')
-provides=('skim')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"