summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a35e66d92db..b0035f426205 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = esniper-git
license = BSD
depends = curl
depends = openssl
+ provides = esniper
source = esniper-git::git+https://git.code.sf.net/p/esniper/git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e797cd359d15..32c781fbb126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'arm')
url="https://git.code.sf.net/p/esniper/git"
license=('BSD')
depends=('curl' 'openssl')
+provides=('esniper')
source=(
"${pkgname}::git+https://git.code.sf.net/p/esniper/git"
)