summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordtluna2019-03-30 14:50:29 +0300
committerdtluna2019-03-30 14:50:29 +0300
commit22cbe3d4f76c9f7a77d803d5322688db7cbba049 (patch)
tree2a5b85e1b7ddb13330fcb3c5e3a416f238c0225d /PKGBUILD
parent38f103ec72fe55aefe43fc67c495d4db82a7aab9 (diff)
downloadaur-22cbe3d4f76c9f7a77d803d5322688db7cbba049.tar.gz
Fix typo in license name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a7c4112fa21..2a11b713c5b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname='emoji-stealer'
_pkgname='emoji_stealer'
pkgver='1.1.0'
-pkgrel=1
+pkgrel=2
pkgdesc='Emoji stealer for Mastodon and Pleroma'
url='https://git.dtluna.net/dtluna/emoji_stealer'
arch=('any')
-license=('custom:WTPFL')
+license=('custom:WTFPL')
depends=()
makedepends=('go')