mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
Update to v0.1.2.
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = netctl2iwd
|
||||
pkgdesc = Convert your netctl wireless profiles to iwd profiles.
|
||||
pkgver = 0.1.1
|
||||
pkgver = 0.1.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/bertptrs/netctl2iwd
|
||||
arch = x86_64
|
||||
@@ -8,8 +8,8 @@ pkgbase = netctl2iwd
|
||||
checkdepends = cargo
|
||||
makedepends = cargo
|
||||
depends = gcc-libs
|
||||
source = netctl2iwd-0.1.1.tar.gz::https://github.com/bertptrs/netctl2iwd/archive/v0.1.1.tar.gz
|
||||
md5sums = 255088792752ea32a48559710a694a26
|
||||
source = netctl2iwd-0.1.2.tar.gz::https://github.com/bertptrs/netctl2iwd/archive/v0.1.2.tar.gz
|
||||
md5sums = dcbff31d50a3731ce19a3c81e6568706
|
||||
|
||||
pkgname = netctl2iwd
|
||||
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||
pkgname=netctl2iwd
|
||||
pkgver=0.1.1
|
||||
pkgver=0.1.2
|
||||
pkgrel=1
|
||||
pkgdesc="Convert your netctl wireless profiles to iwd profiles."
|
||||
arch=(x86_64)
|
||||
@@ -10,7 +10,7 @@ depends=(gcc-libs)
|
||||
makedepends=(cargo)
|
||||
checkdepends=(cargo)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/bertptrs/$pkgname/archive/v$pkgver.tar.gz")
|
||||
md5sums=('255088792752ea32a48559710a694a26')
|
||||
md5sums=('dcbff31d50a3731ce19a3c81e6568706')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
Reference in New Issue
Block a user