summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOskar Grunning2021-07-02 10:45:31 +0200
committerOskar Grunning2021-07-02 10:45:31 +0200
commit9dec1937bdc9689ab9b6c028d6626dca8b695bf8 (patch)
treeb7962faf6292bfc414413d106980ac13f0cde92c
parentd8b8c407a28ef897a135f44cf00e4a14bbc9a892 (diff)
downloadaur-weechat-emoji-git.tar.gz
fix: change install path
-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"
}