summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Phillips2018-05-04 17:48:41 +1200
committerDavid Phillips2018-05-04 17:48:41 +1200
commit85eaac259ada78d26ddfdd875986533c00498f40 (patch)
tree629b7534471213461bbfc7d68c5cd70e09a718f9
parenta435a1982fab3a5224cf90a88f2da5736f051cbd (diff)
downloadaur-85eaac259ada78d26ddfdd875986533c00498f40.tar.gz
Package WTFPL as well as GPL3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f48a24d6e039..33ed16e01abe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 28 12:10:47 UTC 2016
+# Fri May 4 05:48:29 UTC 2018
pkgbase = brewtarget
pkgdesc = Beer calculator compatible with BeerSmith. Generates instructions from the recipe and interactive mash designer.
pkgver = 2.3.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.brewtarget.org/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 27b4041ae626..def609855b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=brewtarget
pkgver=2.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Beer calculator compatible with BeerSmith. Generates instructions from the recipe and interactive mash designer."
url="http://www.brewtarget.org/"
arch=('x86_64' 'i686')
@@ -28,4 +28,5 @@ package() {
cd "${pkgname}-build"
make DESTDIR="${pkgdir}" install
install -Dm644 "../${pkgname}-${pkgver}/COPYING.GPLv3" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING.GPLv3"
+ install -Dm644 "../${pkgname}-${pkgver}/COPYING.WTFPL" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING.WTFPL"
}