Skip to content

Commit bf4d4b5

Browse files
committed
🐛 fix: Correction in PKGBUILD for new version format.
1 parent 607db71 commit bf4d4b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkgbuild/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ depends=(
1717
#conflicts=('')
1818
#provides=('')
1919
#replaces=('')
20-
pkgver=$(date +%Y%m%d)
20+
pkgver=$(date +%y.%m.%d)
2121
pkgrel=$(date +%H%M)
22+
epoch=1
2223
arch=('any')
2324
license=('GPL')
2425
url="https://github.com/biglinux/${pkgname}"

0 commit comments

Comments
 (0)