summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŠarūnas Gliebus2024-03-01 13:16:11 +0200
committerŠarūnas Gliebus2024-03-01 13:16:11 +0200
commit618a1532901bbdf520a4a1217d12ddd0bef98a81 (patch)
tree992a4f31047cce89e31df9948173b9a2091223cf
parentb289dec708163745523492d4b508717165379481 (diff)
downloadaur-libsoc-git.tar.gz
Updated git url
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 366e511b8fbe..f1bf02679389 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libsoc-git
pkgdesc = libsoc is a C library to interface with common peripherals found in System on Chips (SoC) through generic Linux Kernel interfaces.
- pkgver = 0.8.2.r17.g5b788d4
+ pkgver = 0.8.2.r59.g545b354
pkgrel = 1
url = https://github.com/jackmitch/libsoc
arch = any
license = GPL
makedepends = git
makedepends = autoconf
- source = git://github.com/jackmitch/libsoc.git
+ source = git+https://github.com/jackmitch/libsoc.git
sha256sums = SKIP
pkgname = libsoc-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5280e1faaf9e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+libsoc*
+src/
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
index a823c8b1fdd5..168d1b1259ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Šarūnas Gliebus <ssharunas at yahoo.co.uk>
pkgname=libsoc-git
-pkgver=0.8.2.r17.g5b788d4
+pkgver=0.8.2.r59.g545b354
pkgrel=1
pkgdesc="libsoc is a C library to interface with common peripherals found in System on Chips (SoC) through generic Linux Kernel interfaces."
arch=('any')
url="https://github.com/jackmitch/libsoc"
license=('GPL')
makedepends=('git' 'autoconf')
-source=(git://github.com/jackmitch/libsoc.git)
+source=(git+https://github.com/jackmitch/libsoc.git)
sha256sums=('SKIP')
pkgver() {