File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
# Original EOS Maintainer: EndeavourOS <info@endeavouros.com>
3
3
4
4
pkgname=calamares_config_t2
5
- pkgver=22.04 .1.4
6
- pkgrel=8
5
+ pkgver=22.06 .1.9
6
+ pkgrel=1
7
7
_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'
9
9
arch=(' any' )
10
- url=' https://t2linux.org '
10
+ url=' https://www.endeavouros.com '
11
11
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" )
13
13
14
14
sha512sums=(' SKIP' )
15
15
16
16
17
17
_date=$( date +%Y.%m.%d)
18
18
19
19
prepare () {
20
- mv " $_repo_name -$pkgver - $pkgrel -t2linux " " $_repo_name "
20
+ mv " $_repo_name -$pkgver " " $_repo_name "
21
21
22
22
# set date for calamares_branding
23
23
sed -i " $srcdir /${_repo_name} /calamares/branding/endeavouros/branding.desc" \
@@ -36,3 +36,4 @@ package() {
36
36
install -dm 755 " $pkgdir /etc/calamares"
37
37
cp -r --no-preserve=ownership " $srcdir /${_repo_name} /calamares" " $pkgdir /etc/"
38
38
}
39
+
You can’t perform that action at this time.
0 commit comments