summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2018-04-19 15:41:20 +0200
committerNils Czernia2018-04-19 15:44:05 +0200
commitf13d972e8fb43202a0389d5308f2aa6bb3abd096 (patch)
tree93f4d34f50b20e283f822c7ea8eb9f898e0abe7b
parent2684297f03c047a9a87062d2f5d686bd0d63ac63 (diff)
downloadaur-f13d972e8fb43202a0389d5308f2aa6bb3abd096.tar.gz
Error fixed
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
-rw-r--r--raspberry-overlayroot.install (renamed from raspi-overlayroot.install)0
4 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd87248cd87..9ac014b70ebe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-pkgbase = rapsberry-overlayroot-git
+pkgbase = raspberry-overlayroot-git
pkgdesc = OverlayFS root file system for RaspberryRi
pkgver = 493f431
pkgrel = 1
url = https://github.com/nils-werner/arch-overlayroot
- install = raspi-overlayroot.install
+ install = raspberry-overlayroot.install
arch = armv6l
arch = armv7h
arch = aarch64
@@ -11,10 +11,10 @@ pkgbase = rapsberry-overlayroot-git
depends = mkinitcpio
depends = arch-install-scripts
depends = sudo
- source = rapsberry-overlayroot-git::git+https://github.com/nils-werner/raspi-overlayroot.git
- source = raspi-overlayroot.install
+ source = raspberry-overlayroot-git::git+https://github.com/nils-werner/raspi-overlayroot.git
+ source = raspberry-overlayroot.install
sha256sums = SKIP
sha256sums = b2e7d77110b8e327d75e0e1d48053eae80afb96b53df9078fb85514cf5cdcd0e
-pkgname = rapsberry-overlayroot-git
+pkgname = raspberry-overlayroot-git
diff --git a/.gitignore b/.gitignore
index 0cbced710ff1..1584a8c504c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
*
!PKGBUILD
!.SRCINFO
-!raspi-overlayroot.install
+!raspberry-overlayroot.install
!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index c13132df658a..3fec422d8f91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Czernia <nils[at]czserver[dot]de>
-pkgname=rapsberry-overlayroot-git
-_pkgname=rapsberry-overlayroot-git
+pkgname=raspberry-overlayroot-git
+_pkgname=raspberry-overlayroot-git
pkgver=493f431
pkgrel=1
pkgdesc="OverlayFS root file system for RaspberryRi"
@@ -10,8 +10,8 @@ url="https://github.com/nils-werner/arch-overlayroot"
license=("MIT")
depends=("mkinitcpio" "arch-install-scripts" "sudo")
source=("${_pkgname}::git+https://github.com/nils-werner/raspi-overlayroot.git"
- "raspi-overlayroot.install")
-install=raspi-overlayroot.install
+ "raspberry-overlayroot.install")
+install="raspberry-overlayroot.install"
sha256sums=("SKIP"
"b2e7d77110b8e327d75e0e1d48053eae80afb96b53df9078fb85514cf5cdcd0e")
diff --git a/raspi-overlayroot.install b/raspberry-overlayroot.install
index 6289316f0592..6289316f0592 100644
--- a/raspi-overlayroot.install
+++ b/raspberry-overlayroot.install