Skip to content

Commit 56b8284

Browse files
22.06.1.9-3-t2
1 parent a1dc317 commit 56b8284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33

44
pkgname=calamares_config_t2
55
pkgver=22.06.1.9
6-
pkgrel=1
6+
pkgrel=3
77
_repo_name=EndeavourOS-calamares-t2
88
pkgdesc='EndeavourOS calamares configuration files and branding'
99
arch=('any')
1010
url='https://www.endeavouros.com'
1111
license=('GPL3')
12-
source=("https://github.com/t2linux/${_repo_name}/archive/refs/tags/${pkgver}-t2.tar.gz")
12+
source=("https://github.com/t2linux/${_repo_name}/archive/refs/tags/${pkgver}-${pkgrel}-t2.tar.gz")
1313

1414
sha512sums=('SKIP')
1515

1616

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

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

2222
# set date for calamares_branding
2323
sed -i "$srcdir/${_repo_name}/calamares/branding/endeavouros/branding.desc" \

0 commit comments

Comments
 (0)