summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-08-17 00:33:04 +0800
committerChocobo12023-08-17 00:33:04 +0800
commit2f26e32c4d6e866602feb7139f88a685857128cd (patch)
treefbd5e4ad95b0a04d51f8243243ad18e5049715d5
parent24d866641d6f1927a718f93d189ef7f2f239f0f4 (diff)
downloadaur-libnet-git.tar.gz
upgpkg: libnet-git 1.2.r158.gd8a0019-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 609cef26cbab..12b27ff28a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = libnet-git
pkgdesc = A portable framework for low-level network packet construction
- pkgver = 1.2.r147.ge99af8b
+ pkgver = 1.2.r158.gd8a0019
pkgrel = 1
- url = https://sourceforge.net/projects/libnet-dev/
+ url = https://github.com/libnet/libnet
arch = i686
arch = x86_64
license = BSD
makedepends = git
depends = glibc
- provides = libnet=1.2.r147.ge99af8b
+ provides = libnet=1.2.r158.gd8a0019
conflicts = libnet
options = staticlibs
- source = git+https://github.com/sam-github/libnet.git
+ source = git+https://github.com/libnet/libnet.git
sha256sums = SKIP
pkgname = libnet-git
diff --git a/PKGBUILD b/PKGBUILD
index d15d2d4cdde6..1857ff1c95dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libnet-git
-pkgver=1.2.r147.ge99af8b
+pkgver=1.2.r158.gd8a0019
pkgrel=1
pkgdesc="A portable framework for low-level network packet construction"
arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/libnet-dev/"
+url="https://github.com/libnet/libnet"
license=('BSD')
depends=('glibc')
makedepends=('git')
provides=("libnet=$pkgver")
conflicts=('libnet')
options=('staticlibs')
-source=("git+https://github.com/sam-github/libnet.git")
+source=("git+https://github.com/libnet/libnet.git")
sha256sums=('SKIP')