summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuckket2016-06-17 18:54:09 +0200
committerbuckket2016-06-17 18:54:09 +0200
commit7d03497c75de3f069042d76fbeb9aeae27eea54e (patch)
tree4858a4cba5424dce93007ea9ee614edb4d40edc3
parent9243b0434927b798b77c3ea528c37bbcd6d92b06 (diff)
downloadaur-7d03497c75de3f069042d76fbeb9aeae27eea54e.tar.gz
In fact we can just use AGPL3
-rw-r--r--.SRCINFO8
-rw-r--r--LICENSE12
-rw-r--r--PKGBUILD11
3 files changed, 7 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1858ff41b7f..14a7c347555e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Jun 17 16:47:15 UTC 2016
+# Fri Jun 17 16:53:25 UTC 2016
pkgbase = redo-sh
pkgdesc = Redo implementation in Bourne Shell.
pkgver = 1.1.6
- pkgrel = 2
+ pkgrel = 3
url = http://news.dieweltistgarnichtso.net/bin/redo-sh.html
arch = any
- license = custom:AGPL
+ license = AGPL3
depends = sh
conflicts = redo-c-git
conflicts = redo-git
source = http://daten.dieweltistgarnichtso.net/src/redo-v1.1.6.tar.gz
- source = LICENSE
sha256sums = 68577c4e97b3707ab23999fa5d8886cbd509ea528a5becb40a8cc34528d7e8f5
- sha256sums = a864db46c8406508b3cea76ab86431c56b553bac67a9df22614c3cf1dd7e734b
pkgname = redo-sh
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index d6b82cb2ac6e..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright © 2014-2016 Nils Dagsson Moskopp (erlehmann)
-
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
-
-# Dieses Programm hat das Ziel, die Medienkompetenz der Leser zu
-# steigern. Gelegentlich packe ich sogar einen handfesten Buffer
-# Overflow oder eine Format String Vulnerability zwischen die anderen
-# Codezeilen und schreibe das auch nicht dran.
-
diff --git a/PKGBUILD b/PKGBUILD
index 962664568ffd..771825b40b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,15 @@
pkgname=redo-sh
_pkgname=redo
pkgver=1.1.6
-pkgrel=2
+pkgrel=3
pkgdesc="Redo implementation in Bourne Shell."
arch=("any")
-license=("custom:AGPL")
+license=("AGPL3")
url="http://news.dieweltistgarnichtso.net/bin/redo-sh.html"
depends=("sh")
conflicts=("redo-c-git" "redo-git")
-source=("http://daten.dieweltistgarnichtso.net/src/${_pkgname}-v${pkgver}.tar.gz" "LICENSE")
-sha256sums=('68577c4e97b3707ab23999fa5d8886cbd509ea528a5becb40a8cc34528d7e8f5'
- 'a864db46c8406508b3cea76ab86431c56b553bac67a9df22614c3cf1dd7e734b')
+source=("http://daten.dieweltistgarnichtso.net/src/${_pkgname}-v${pkgver}.tar.gz")
+sha256sums=('68577c4e97b3707ab23999fa5d8886cbd509ea528a5becb40a8cc34528d7e8f5')
package() {
mkdir -p ${pkgdir}/usr/bin
@@ -20,7 +19,5 @@ package() {
mkdir -p ${pkgdir}/usr/share/man/man1
install -Dm644 man/man1/* "${pkgdir}/usr/share/man/man1/"
-
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}