diff options
Diffstat (limited to 'main/lua-evdev/APKBUILD')
-rw-r--r-- | main/lua-evdev/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-evdev/APKBUILD b/main/lua-evdev/APKBUILD index 25defe7f9ab..8715fba242b 100644 --- a/main/lua-evdev/APKBUILD +++ b/main/lua-evdev/APKBUILD @@ -13,7 +13,7 @@ for _v in $_luaversions; do makedepends="$makedepends lua$_v-dev" subpackages="$subpackages lua$_v-${pkgname#lua-}:_package" done -source="$pkgname-$pkgver.tar.gz::https://github.com/Tangent128/$pkgname/archive/evdev-$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/Tangent128/lua-evdev/archive/evdev-$pkgver.tar.gz time64.patch" builddir="$srcdir/$pkgname-evdev-$pkgver" |