summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952020-05-10 12:55:06 +0300
committerShatur952020-05-10 12:55:23 +0300
commitc878a6d4351219f1a4b3d88c008ebc2ef5c4fd1d (patch)
tree85e030842c5a4a8eb3cfc92c84e42506449460f6
parent87d1ed947b5726e33b94845a7f02d94cf2ae5f6e (diff)
downloadaur-c878a6d4351219f1a4b3d88c008ebc2ef5c4fd1d.tar.gz
Add /boot/EFI/refind/theme.conf to backup
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bbb491321d6..30b442b34dc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = refind-theme-regular-git
pkgdesc = A simplistic clean and minimal theme for rEFInd
pkgver = r43.fad648f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bobafetthotmail/refind-theme-regular
arch = any
license = AGPL3
@@ -9,6 +9,7 @@ pkgbase = refind-theme-regular-git
license = custom:Ubuntu Font License 1.0
makedepends = git
depends = refind
+ backup = boot/EFI/refind/theme.conf
source = git+https://github.com/bobafetthotmail/refind-theme-regular
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 94a53e97ed9b..9cb4554c316f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=refind-theme-regular-git
pkgver=r43.fad648f
-pkgrel=1
+pkgrel=2
pkgdesc="A simplistic clean and minimal theme for rEFInd"
arch=(any)
url="https://github.com/bobafetthotmail/refind-theme-regular"
license=(AGPL3 custom:OFL 'custom:Ubuntu Font License 1.0')
depends=(refind)
makedepends=(git)
+backup=(boot/EFI/refind/theme.conf)
source=(git+$url)
md5sums=(SKIP)