summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Jourden2021-01-04 16:28:18 +0100
committerLaurent Jourden2021-01-05 00:09:23 +0100
commit3986182e89e977a03421e95a0866e8ce19d813b8 (patch)
tree95f2f52bf31a2d03e20b813b16a44bc9db13ca23
parent18e9382d6e0d5b81482ccfd22dcf3fdb2c5a0d64 (diff)
downloadaur-3986182e89e977a03421e95a0866e8ce19d813b8.tar.gz
update to version 0.6
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
-rw-r--r--archuseriso.install16
3 files changed, 28 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b256307b42d4..9d082dd6f45c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = archuseriso
- pkgdesc = Profiles for building Arch Linux Live ISO images. Featuring persistence, encryption.
- pkgver = 0.5.4.1
+ pkgdesc = Build iso images, create live usb drives, install on usb drives.
+ pkgver = 0.6
pkgrel = 1
url = https://github.com/laurent85v/archuseriso
+ install = archuseriso.install
arch = any
license = GPL3
depends = arch-install-scripts
@@ -17,12 +18,12 @@ pkgbase = archuseriso
optdepends = f2fs-tools: F2FS file system option
optdepends = pacman-contrib: ZFS build option
conflicts = archuseriso
- source = http://dl.gnutux.fr/sources/archuseriso/archuseriso-0.5.4.1.tar.gz
- source = http://dl.gnutux.fr/sources/archuseriso/archuseriso-0.5.4.1.tar.gz.sig
+ source = http://dl.gnutux.fr/sources/archuseriso/archuseriso-0.6.tar.gz
+ source = http://dl.gnutux.fr/sources/archuseriso/archuseriso-0.6.tar.gz.sig
validpgpkeys = A5143BB56952B3189F49A175FAC4560863BEEC34
- sha256sums = 617ddf530af50a6904327dbb47bdff717fb77eb4776bfdcbff1b47963534176c
+ sha256sums = 2dc5f6b40d673d8cb6d1a8e801f575bf263e10f2ce60207322de6ebea4d0d4ca
sha256sums = SKIP
- b2sums = a70cb1cefe21628a68a09758cd0370b8167c8a5c30086783e8152726a25b3d452f1509f1615bb4e5aaf6a6ea77c8ebeb9b28cc0aa95d7a730e73683a629b91aa
+ b2sums = 50f80c5e4e9291c8df70bf4fb6995c79bda3becbc70eb658dd72776fe62eb0a846c58a429d1d2ef32dee566ab1d21df0cded39bfc72cfd8c23b62e83d5ed7165
b2sums = SKIP
pkgname = archuseriso
diff --git a/PKGBUILD b/PKGBUILD
index 1faeac2266b0..73a2ab6d4dc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Laurent Jourden <laurent85@enarel.fr>
pkgname=archuseriso
-pkgver=0.5.4.1
+pkgver=0.6
pkgrel=1
-pkgdesc="Profiles for building Arch Linux Live ISO images. Featuring persistence, encryption."
+pkgdesc="Build iso images, create live usb drives, install on usb drives."
arch=('any')
url="https://github.com/laurent85v/archuseriso"
license=('GPL3')
@@ -12,11 +12,12 @@ optdepends=('devtools: ZFS build option'
'f2fs-tools: F2FS file system option'
'pacman-contrib: ZFS build option')
conflicts=('archuseriso')
+install=archuseriso.install
source=("http://dl.gnutux.fr/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"http://dl.gnutux.fr/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig")
-sha256sums=('617ddf530af50a6904327dbb47bdff717fb77eb4776bfdcbff1b47963534176c'
+sha256sums=('2dc5f6b40d673d8cb6d1a8e801f575bf263e10f2ce60207322de6ebea4d0d4ca'
'SKIP')
-b2sums=('a70cb1cefe21628a68a09758cd0370b8167c8a5c30086783e8152726a25b3d452f1509f1615bb4e5aaf6a6ea77c8ebeb9b28cc0aa95d7a730e73683a629b91aa'
+b2sums=('50f80c5e4e9291c8df70bf4fb6995c79bda3becbc70eb658dd72776fe62eb0a846c58a429d1d2ef32dee566ab1d21df0cded39bfc72cfd8c23b62e83d5ed7165'
'SKIP')
validpgpkeys=('A5143BB56952B3189F49A175FAC4560863BEEC34') # Laurent Jourden
diff --git a/archuseriso.install b/archuseriso.install
new file mode 100644
index 000000000000..cd7ea7b1eb0e
--- /dev/null
+++ b/archuseriso.install
@@ -0,0 +1,16 @@
+post_install() {
+ echo
+ echo '==='
+ echo 'Archuseriso:'
+ echo 'New version rebased on Archiso profiledef.sh'
+ echo
+ echo 'Command arguments and options haved changed, this'
+ echo 'major release is not compatible with previous'
+ echo 'versions of Archuseriso.'
+ echo '==='
+ echo
+}
+
+post_upgrade() {
+ post_install
+}