summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-05-04 14:12:44 +0200
committerZeioth2023-05-04 14:12:44 +0200
commit15273836145dc231d310f7bc91f5fa484da79d14 (patch)
tree68d3d378d1c89fefebd83feb9d4a87dc9d6dc2f8
parent67656d8f44ee4bb847a0f22cb5ed7e9b14e17e27 (diff)
downloadaur-15273836145dc231d310f7bc91f5fa484da79d14.tar.gz
Pointing new repository
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 144172becfe1..08d19ed95296 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,16 +2,17 @@ pkgbase = wofi-emoji-git
pkgdesc = Emoji picker for Wayland using wofi and wtype
pkgver = 0.r11
pkgrel = 2
- url = https://github.com/dln/wofi-emoji
+ url = https://github.com/Zeioth/wofi-emoji
arch = any
license = MIT
makedepends = git
makedepends = jq
+ makedepends = curl
depends = wofi
depends = wtype
provides = wofi-emoji
conflicts = wofi-emoji
- source = wofi-emoji-git::git+https://github.com/dln/wofi-emoji
+ source = wofi-emoji-git::git+https://github.com/Zeioth/wofi-emoji
sha512sums = SKIP
pkgname = wofi-emoji-git
diff --git a/PKGBUILD b/PKGBUILD
index 476612cdec7f..be12af434e8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Brodi <me@brodi.space>
+# Maintainer: Zeioth <zeioth@hotmail.com>
_pkgname=wofi-emoji
pkgname=${_pkgname}-git
pkgver=0.r11
pkgrel=2
pkgdesc="Emoji picker for Wayland using wofi and wtype"
arch=("any")
-url="https://github.com/dln/wofi-emoji"
+url="https://github.com/Zeioth/wofi-emoji"
license=("MIT")
depends=("wofi" "wtype") # thanks to gilbs https://aur.archlinux.org/account/gilbs
-makedepends=("git" "jq")
+makedepends=("git" "jq" "curl")
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${pkgname}::git+${url}")