summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-06 13:15:09 +0300
committerDimitris Kiziridis2020-05-06 13:15:09 +0300
commite19146dc86c5c844beeb782c04681ad7cd0662ef (patch)
tree08126a11f135f9614502b55af6b97ac503339f3e
parentb52a41c5ed2c4427d72c5df359ff9eedb9d79827 (diff)
downloadaur-e19146dc86c5c844beeb782c04681ad7cd0662ef.tar.gz
Initial commit
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71d6ed89b2cb..49fb6636493f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = udpreplay-bin
url = https://github.com/rigtorp/udpreplay
arch = x86_64
license = MIT
+ provides = udpreplay
options = !strip
source = udpreplay-bin-1.0.0::https://github.com/rigtorp/udpreplay/releases/download/v1.0.0/udpreplay-x64-linux-static
source = https://raw.githubusercontent.com/rigtorp/udpreplay/master/LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 9aee3f5c62e6..aba681559474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
url='https://github.com/rigtorp/udpreplay'
license=('MIT')
options=('!strip')
+provides=("${pkgname%-bin}")
source=("${pkgname}-${pkgver}::https://github.com/rigtorp/udpreplay/releases/download/v${pkgver}/udpreplay-x64-linux-static"
'https://raw.githubusercontent.com/rigtorp/udpreplay/master/LICENSE')
sha256sums=('21d759bc1baee2d23ec7116c274b7f31b819f1d6f16e048f1dc75bb1c3b2f06f'