summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Falkenberg2021-04-18 14:29:35 +0200
committerRobert Falkenberg2021-04-18 14:29:35 +0200
commitafa4b5b4952dba0979952d922a229433aaa30086 (patch)
tree5504ee5df203f32cfe7d37618aba0cb51a8ef2ec /PKGBUILD
parent32025829ee8f5be2a31bd1823b0ceedcb61d969f (diff)
downloadaur-afa4b5b4952dba0979952d922a229433aaa30086.tar.gz
Add 'provides' entry
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92ad0507b437..fd8f5694aea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pysim-git
_pyname=pysim
-pkgver=1.0.r125.g9d16fbc
+pkgver=1.0.r126.gbba2bd4
pkgrel=1
pkgdesc='A python tool to program SIMs / USIMs / ISIMs'
arch=('any')
@@ -16,6 +16,7 @@ depends=('python'
'python-jsonpath-ng'
'python-construct')
makedepends=('python-setuptools' 'git')
+provides=('python-pysim')
source=('git+https://git.osmocom.org/pysim')
sha256sums=('SKIP')