Skip to content

Commit 80b9333

Browse files
EOS Artemis-T2 commit!
1 parent 4454044 commit 80b9333

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

PKGBUILD

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
# Original EOS Maintainer: EndeavourOS <info@endeavouros.com>
33

44
pkgname=calamares_config_t2
5-
pkgver=22.04.1.4
6-
pkgrel=8
5+
pkgver=22.06.1.9
6+
pkgrel=1
77
_repo_name=EndeavourOS-calamares-t2
8-
pkgdesc='EndeavourOS calamares configuration files and branding for Apple devices with the T2 security chip'
8+
pkgdesc='EndeavourOS calamares configuration files and branding'
99
arch=('any')
10-
url='https://t2linux.org'
10+
url='https://www.endeavouros.com'
1111
license=('GPL3')
12-
source=("https://github.com/t2linux/${_repo_name}/archive/refs/tags/${pkgver}-${pkgrel}-t2linux.tar.gz")
12+
source=("https://github.com/t2linux/${_repo_name}/archive/refs/tags/${pkgver}-t2.tar.gz")
1313

1414
sha512sums=('SKIP')
1515

1616

1717
_date=$(date +%Y.%m.%d)
1818

1919
prepare() {
20-
mv "$_repo_name-$pkgver-$pkgrel-t2linux" "$_repo_name"
20+
mv "$_repo_name-$pkgver" "$_repo_name"
2121

2222
# set date for calamares_branding
2323
sed -i "$srcdir/${_repo_name}/calamares/branding/endeavouros/branding.desc" \
@@ -36,3 +36,4 @@ package() {
3636
install -dm 755 "$pkgdir/etc/calamares"
3737
cp -r --no-preserve=ownership "$srcdir/${_repo_name}/calamares" "$pkgdir/etc/"
3838
}
39+

0 commit comments

Comments
 (0)