summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordtluna2019-03-30 14:50:29 +0300
committerdtluna2019-03-30 14:50:29 +0300
commit22cbe3d4f76c9f7a77d803d5322688db7cbba049 (patch)
tree2a5b85e1b7ddb13330fcb3c5e3a416f238c0225d
parent38f103ec72fe55aefe43fc67c495d4db82a7aab9 (diff)
downloadaur-22cbe3d4f76c9f7a77d803d5322688db7cbba049.tar.gz
Fix typo in license name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9718d0c7e60..8dacddfa2f0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = emoji-stealer
pkgdesc = Emoji stealer for Mastodon and Pleroma
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.dtluna.net/dtluna/emoji_stealer
arch = any
- license = custom:WTPFL
+ license = custom:WTFPL
makedepends = go
source = https://git.dtluna.net/dtluna/emoji_stealer/archive/1.1.0.tar.gz
sha256sums = f38fcffc6eb1e10fcfde8af9a450c0f1aa2e095b56bc527630cff5e05e2b7194
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')