Created
November 16, 2018 00:11
-
-
Save etskinner/c3d063cd745255d05d2d0448ae6cfb77 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index c3e98c1..3475f7b 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -5,7 +5,7 @@ | |
_pkgname="amazon-dash" | |
pkgname="${_pkgname}-git" | |
source=("$_pkgname::git+https://github.com/Nekmo/amazon-dash.git") | |
-pkgver=v1.0.0.r0.g01a1396 | |
+pkgver=v1.3.1.r4.g489856d | |
pkgver() { | |
cd "$_pkgname" | |
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | |
@@ -16,7 +16,7 @@ arch=("any") | |
url="https://github.com/Nekmo/amazon-dash" | |
license=('MIT') | |
groups=() | |
-depends=('scapy3k' 'python-yaml' 'python-jsonschema' 'python-requests' 'python-click' 'python-click-default-group') | |
+depends=('scapy' 'python-yaml' 'python-jsonschema' 'python-requests' 'python-click' 'python-click-default-group') | |
makedepends=() | |
provides=() | |
conflicts=() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment