summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElia Argentieri2021-11-02 12:21:04 +0100
committerElia Argentieri2021-11-02 12:21:04 +0100
commit4888ef225b9f50efd75bd1135005dbda23f6c5c0 (patch)
tree987788f8b6dd3179a96eae224140a8647f918e16
parenteeb24657d14d08e4d2b43d78e52bbb0b12ae513c (diff)
downloadaur-4888ef225b9f50efd75bd1135005dbda23f6c5c0.tar.gz
Rename from efibootmgr-gui-git to efiboots-git
-rw-r--r--.SRCINFO16
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26212f4f1593..62b586b3c99f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
-pkgbase = efibootmgr-gui-git
+pkgbase = efiboots-git
pkgdesc = Manage EFI boot loader entries with this simple GUI
- pkgver = 0.1.r0.g223e42f
+ pkgver = 0.1.r27.ga127150
pkgrel = 1
- url = https://github.com/Elinvention/efibootmgr-gui
+ url = https://github.com/Elinvention/efiboots
arch = any
license = GPL3
makedepends = git
+ makedepends = python-setuptools
depends = python-gobject
depends = efibootmgr
depends = python3
- provides = efibootmgr-gui
- conflicts = efibootmgr-gui
- source = git+https://github.com/Elinvention/efibootmgr-gui.git
+ provides = efiboots
+ conflicts = efiboots
+ source = git+https://github.com/Elinvention/efiboots.git
md5sums = SKIP
-pkgname = efibootmgr-gui-git
-
+pkgname = efiboots-git
diff --git a/.gitignore b/.gitignore
index 184a3e19e762..5cf77de9a41b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-efibootmgr-gui*
+efiboots*
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 6e78fd14b932..e233a90f1c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=efiboots
pkgname="$_pkgname-git"
-pkgver=0.1.r27.ga127150
+pkgver=1.0.r0.ga127150
pkgrel=1
pkgdesc="Manage EFI boot loader entries with this simple GUI"
url="https://github.com/Elinvention/efiboots"