summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshasherazi2023-01-19 21:44:56 +0500
committershasherazi2023-01-19 21:44:56 +0500
commita417c7f4987f220dada5a10118c7b4bcc8579491 (patch)
treecb0ebe63c866177a77fdc8225de973f7890c3324
parent4b68eb2a38f666cd033846e9c6aa20a4815057d6 (diff)
downloadaur-a417c7f4987f220dada5a10118c7b4bcc8579491.tar.gz
Initial commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15abf691a014..e365758f025d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = dmenu-emoji
pkgdesc = A dmenu script to display and copy emojis
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/shasherazi/dmenuEmoji
arch = any
license = MIT
- source = https://raw.githubusercontent.com/shasherazi/dmenuEmoji/main/dmenu-emoji.py
+ source = https://raw.githubusercontent.com/shasherazi/dmenuEmoji/main/dmenu-emoji
sha256sums = 16bb352256d646f439067d2d969534e3aae2bd3bd3a116710ac6966b4cc414b0
pkgname = dmenu-emoji
diff --git a/PKGBUILD b/PKGBUILD
index 26eae4274a2e..aceb53ab43e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=dmenu-emoji
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A dmenu script to display and copy emojis"
arch=('any')
url="https://github.com/shasherazi/dmenuEmoji"
license=('MIT')
-source=("https://raw.githubusercontent.com/shasherazi/dmenuEmoji/main/dmenu-emoji.py")
+source=("https://raw.githubusercontent.com/shasherazi/dmenuEmoji/main/dmenu-emoji")
sha256sums=('16bb352256d646f439067d2d969534e3aae2bd3bd3a116710ac6966b4cc414b0')
package() {
- install -Dm755 "dmenu-emoji.py" "$pkgdir/usr/bin/dmenu-emoji"
+ install -Dm755 "dmenu-emoji" "$pkgdir/usr/bin/dmenu-emoji"
} \ No newline at end of file