summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Schanz2018-04-07 22:31:56 +0200
committerMarkus Schanz2018-04-07 22:31:56 +0200
commit4dfd994b36168053696c67edfabb713627886360 (patch)
tree8e3fb5c2d61a94e583560b19ef31e4dc42e91fbb
parentf9702d7ed2ec587b895fd8a16daf558f2c5a1dd1 (diff)
downloadaur-4dfd994b36168053696c67edfabb713627886360.tar.gz
Removed custom prefix from license in PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bc0dd99a651..b5c6b228513f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = pacman-boot-backup-hook
pkgdesc = Pacman hook that uses rsync to backup the /boot directory prior and post to upgrades of the linux or systemd package.
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
changelog = CHANGELOG
arch = any
- license = custom:MIT
+ license = MIT
depends = rsync
source = LICENSE
source = backup-boot-partition
diff --git a/PKGBUILD b/PKGBUILD
index 90cf4233db36..b10c34b1c434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Markus Schanz <coksnuss@googlemail.com>
pkgname=pacman-boot-backup-hook
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Pacman hook that uses rsync to backup the /boot directory prior and post to upgrades of the linux or systemd package."
arch=('any')
-license=('custom:MIT')
+license=('MIT')
changelog=CHANGELOG
depends=('rsync')