summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas18182021-08-29 22:16:18 +0200
committerLukas18182021-08-29 22:16:18 +0200
commit46b24dcce3db564aa6a8c8651ab6fd32b371d8cd (patch)
tree3fd56ecef0c8b880e955d92f7f585987a1fe0500
parentc3b119256644deaf21f51ac2e9618ba297eb41fd (diff)
downloadaur-46b24dcce3db564aa6a8c8651ab6fd32b371d8cd.tar.gz
add provide
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0c48dbf8dda..a10d75f0b7d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = maunium-sticker-picker-git
depends = python-telethon
depends = python-cryptg
depends = python-magic
+ provides = maunium-sticker-picker
source = stickerpicker::git+https://github.com/maunium/stickerpicker.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3b5c6176645d..047bccb56df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/maunium/stickerpicker"
license=('AGPL3')
depends=('python>=3.6' 'python-aiohttp' 'python-yarl' 'python-pillow' 'python-telethon' 'python-cryptg' 'python-magic')
makedepends=('python-setuptools')
+provides=("maunium-sticker-picker")
_source_path="stickerpicker"
source=("$_source_path::git+https://github.com/maunium/stickerpicker.git")
sha512sums=('SKIP')