summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2020-11-06 10:21:04 +0100
committerBrainDamage2020-11-06 10:21:39 +0100
commit97d11c2329de17e8d8d4fd62f98418949fd39ca5 (patch)
tree17a2dede5351573a74e7a0b25135d809985ab3e4
parent88616b4222b1ce175852f148cc4cfb0e0441ff9b (diff)
downloadaur-97d11c2329de17e8d8d4fd62f98418949fd39ca5.tar.gz
fixed license field
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54c1071e312b..0cef1e780809 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mx-puppet-discord-git
pkgdesc = This is a Matrix bridge for Discord
pkgver = r219.d9615ba
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/matrix-discord/mx-puppet-discord
arch = x86_64
arch = armv7h
- license = custom:apache2
+ license = apache
makedepends = git
makedepends = npm
depends = nodejs
diff --git a/PKGBUILD b/PKGBUILD
index b247ba805657..8640f452b699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=mx-puppet-discord-git
pkgver=r219.d9615ba
-pkgrel=9
+pkgrel=10
# strip the -git suffix from name
_dirname="${pkgname%-git}"
_basename="${pkgname%-git}"
pkgdesc='This is a Matrix bridge for Discord'
arch=('x86_64' 'armv7h')
url='https://github.com/matrix-discord/mx-puppet-discord'
-license=('custom:apache2')
+license=('apache')
depends=('nodejs' 'cairo' 'pango')
source=("git+${url}" "${_basename}.tmpfiles" "${_basename}.sysusers" "${_basename}.service")
sha256sums=('SKIP'
@@ -53,8 +53,5 @@ package() {
install -Dm 644 "${srcdir}/${_basename}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${_basename}.conf"
install -Dm 644 "${srcdir}/${_basename}.service" "${pkgdir}/usr/lib/systemd/system/${_basename}.service"
- install -Dvm 644 LICENSE "${pkgdir}/usr/share/licenses/${_basename}/LICENSE"
-
install -Dvm 600 sample.config.yaml "${pkgdir}/etc/${_basename}/config.yaml"
-
}