summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugenio M. Vigo2020-03-06 19:16:45 +0100
committerEugenio M. Vigo2020-03-06 19:16:45 +0100
commit64bbbb5c35a69e0c92e9ac04da173084f628997e (patch)
tree722a666a708552a1f3643160ce6379bee9cf77eb
parent79c68f28a8bc4c83b9053cd162b319d7d1cac141 (diff)
downloadaur-64bbbb5c35a69e0c92e9ac04da173084f628997e.tar.gz
pkgrel: Fixed incorrect license info
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23d9ee306ee9..071c4b3604a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = emacs-nasm-mode
pkgdesc = Emacs NASM mode
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/skeeto/nasm-mode
install = emacs-nasm-mode.install
arch = any
- license = GPL3
+ license = Unlicense
depends = emacs
source = https://github.com/skeeto/nasm-mode/archive/1.1.1.tar.gz
sha256sums = f2d11652a671268256564b00eb7f198e0a2f8d3ac5bfbeb3ab1422185a9abd72
diff --git a/PKGBUILD b/PKGBUILD
index 7f670ba35bd9..007cc6996e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=emacs-nasm-mode
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Emacs NASM mode'
arch=('any')
url='https://github.com/skeeto/nasm-mode'
-license=('GPL3')
+license=('Unlicense')
depends=('emacs')
install="${pkgname}.install"
source=("https://github.com/skeeto/nasm-mode/archive/${pkgver}.tar.gz")