diff options
author | David P <megver83@parabola.nu> | 2021-07-02 23:17:25 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2021-07-02 23:17:25 -0400 |
commit | c24edc44a9eb95a537018eb372191c2c3d247d24 (patch) | |
tree | 5eb52311fb1b7c8afd86b4fde93099955c84b610 /nonsystemd | |
parent | 4cb31e8d5cde27c4744bc0df0b07aa27bd015e25 (diff) | |
download | abslibre-c24edc44a9eb95a537018eb372191c2c3d247d24.tar.gz abslibre-c24edc44a9eb95a537018eb372191c2c3d247d24.tar.bz2 abslibre-c24edc44a9eb95a537018eb372191c2c3d247d24.zip |
xudev: rebrand to parabola
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd')
-rw-r--r-- | nonsystemd/xudev/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nonsystemd/xudev/PKGBUILD b/nonsystemd/xudev/PKGBUILD index 697321044..9f464d169 100644 --- a/nonsystemd/xudev/PKGBUILD +++ b/nonsystemd/xudev/PKGBUILD @@ -14,7 +14,7 @@ pkgdesc='Userspace device file manager' _tag='fd9ad7d3bc35a3633b99edac14ff2a4fb10599b7' # git rev-parse v${pkgver} _tag_name=248.3 pkgver="${_tag_name/-/}" -pkgrel=1 +pkgrel=2 arch=('x86_64') arch+=('i686' 'armv7h') url='https://www.github.com/systemd/systemd' @@ -77,7 +77,7 @@ build() { fi local _meson_options=( - -Dversion-tag="${pkgver}-${pkgrel}-artix" + -Dversion-tag="${pkgver}-${pkgrel}-parabola" -Drootprefix=/usr -Dgcrypt=false -Dlibcryptsetup=false |