Date: Sunday, August 8, 2021 @ 14:12:41
  Author: schuay
Revision: 994947

archrelease: copy trunk to community-x86_64

Added:
  simavr/repos/community-x86_64/PKGBUILD
    (from rev 994946, simavr/trunk/PKGBUILD)
Deleted:
  simavr/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-08-08 14:12:35 UTC (rev 994946)
+++ PKGBUILD    2021-08-08 14:12:41 UTC (rev 994947)
@@ -1,29 +0,0 @@
-# Maintainer: schuay <[email protected]>
-
-pkgname=simavr
-pkgver=1.6
-pkgrel=1
-pkgdesc='A lean, mean and hackable AVR simulator'
-arch=('x86_64')
-url="https://github.com/buserror-uk/simavr";
-license=('GPL3')
-depends=('elfutils' 'glu')
-makedepends=('avr-libc' 'git' 'freeglut')
-_pkghash=
-source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#commit=${pkghash}";)
-options=(!strip)
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  make AVR_ROOT=/usr/avr RELEASE=1 \
-      CFLAGS="-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter" \
-      build-simavr
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX="/usr" DESTDIR="$pkgdir/usr" install
-}
-

Copied: simavr/repos/community-x86_64/PKGBUILD (from rev 994946, 
simavr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-08-08 14:12:41 UTC (rev 994947)
@@ -0,0 +1,29 @@
+# Maintainer: schuay <[email protected]>
+
+pkgname=simavr
+pkgver=1.7
+pkgrel=1
+pkgdesc='A lean, mean and hackable AVR simulator'
+arch=('x86_64')
+url="https://github.com/buserror-uk/simavr";
+license=('GPL3')
+depends=('elfutils' 'glu')
+makedepends=('avr-libc' 'git' 'freeglut')
+_pkghash=1d227277b3d0039f9faef9ea62880ca3051b14f8
+source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#commit=${_pkghash}";)
+options=(!strip)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  make AVR_ROOT=/usr/avr RELEASE=1 \
+      CFLAGS="-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter" \
+      build-simavr
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make PREFIX="/usr" DESTDIR="$pkgdir/usr" install
+}
+

Reply via email to