summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa98bfd7b20c..a65c4a1be9f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = weechat-emoji-git
pkgdesc = Weechat plugin to replace emoji in the "colon" format with unicode equivalents!
pkgver = r5.b6c25b2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kattrali/weemoji
arch = any
license = BSD2
@@ -11,4 +11,3 @@ pkgbase = weechat-emoji-git
sha512sums = SKIP
pkgname = weechat-emoji-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 147b352a5c2e..88a620e067c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=weechat-emoji-git
pkgver=r5.b6c25b2
-pkgrel=1
+pkgrel=2
pkgdesc='Weechat plugin to replace emoji in the "colon" format with unicode equivalents!'
url='https://github.com/kattrali/weemoji'
arch=('any')
@@ -22,5 +22,5 @@ pkgver() {
package() {
cd "${_gitname}"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 weemoji.py "${pkgdir}/usr/lib/weechat/python/weemoji.py"
+ install -Dm644 weemoji.py "${pkgdir}/usr/share/weechat/python/weemoji.py"
}